HomeSort by relevance Sort by last modified time
    Searched refs:PTW32_SPIN_USE_MUTEX (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_unlock.c 66 case PTW32_SPIN_USE_MUTEX:
pthread_spin_lock.c 74 else if (s->interlock == PTW32_SPIN_USE_MUTEX)
pthread_spin_trylock.c 72 case PTW32_SPIN_USE_MUTEX:
pthread_spin_destroy.c 54 if (s->interlock == PTW32_SPIN_USE_MUTEX)
pthread_spin_init.c 106 s->interlock = PTW32_SPIN_USE_MUTEX;
implement.h 287 * PTW32_SPIN_USE_MUTEX and u.mutex is an initialised mutex.
300 #define PTW32_SPIN_USE_MUTEX (3)
    [all...]

Completed in 46 milliseconds