Home
last modified time | relevance | path

Searched refs:PTW32_SPIN_USE_MUTEX (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_spin_unlock.c66 case PTW32_SPIN_USE_MUTEX: in pthread_spin_unlock()
Dpthread_spin_trylock.c72 case PTW32_SPIN_USE_MUTEX: in pthread_spin_trylock()
Dpthread_spin_lock.c74 else if (s->interlock == PTW32_SPIN_USE_MUTEX) in pthread_spin_lock()
Dpthread_spin_destroy.c54 if (s->interlock == PTW32_SPIN_USE_MUTEX) in pthread_spin_destroy()
Dpthread_spin_init.c106 s->interlock = PTW32_SPIN_USE_MUTEX; in pthread_spin_init()
Dimplement.h300 #define PTW32_SPIN_USE_MUTEX (3) macro