Searched refs:PTW32_SPIN_USE_MUTEX (Results 1 – 6 of 6) sorted by relevance
66 case PTW32_SPIN_USE_MUTEX: in pthread_spin_unlock()
72 case PTW32_SPIN_USE_MUTEX: in pthread_spin_trylock()
74 else if (s->interlock == PTW32_SPIN_USE_MUTEX) in pthread_spin_lock()
54 if (s->interlock == PTW32_SPIN_USE_MUTEX) in pthread_spin_destroy()
106 s->interlock = PTW32_SPIN_USE_MUTEX; in pthread_spin_init()
300 #define PTW32_SPIN_USE_MUTEX (3) macro