25 int pthread_spin_destroy( pthread_spinlock_t *spinlock )
27 #if defined(RTEMS_SMP) 30 the_spinlock = _POSIX_Spinlock_Get( spinlock );
Inlined Routines from the POSIX Spinlock Manager.
static void _SMP_ticket_lock_Destroy(SMP_ticket_lock_Control *lock)
Destroys the SMP ticket lock.