28 int pthread_spin_init(
29 pthread_spinlock_t *spinlock,
33 #if defined(RTEMS_SMP) 36 the_spinlock = _POSIX_Spinlock_Get( spinlock );
Inlined Routines from the POSIX Spinlock Manager.
static void _SMP_ticket_lock_Initialize(SMP_ticket_lock_Control *lock)
Initializes the SMP ticket lock.