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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_unlock.c 60 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_UNLOCKED,
64 case PTW32_SPIN_UNLOCKED:
pthread_spin_trylock.c 66 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_UNLOCKED))
68 case PTW32_SPIN_UNLOCKED:
pthread_spin_destroy.c 58 else if ((PTW32_INTERLOCKED_LONG) PTW32_SPIN_UNLOCKED !=
61 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_UNLOCKED))
pthread_spin_lock.c 66 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_UNLOCKED))
pthread_spin_init.c 93 s->interlock = PTW32_SPIN_UNLOCKED;
implement.h 289 * is set equal to PTW32_SPIN_UNLOCKED and the number is
298 #define PTW32_SPIN_UNLOCKED (1)
    [all...]

Completed in 140 milliseconds