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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_lock.c 63 while ((PTW32_INTERLOCKED_LONG) PTW32_SPIN_LOCKED ==
65 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_LOCKED,
70 if (s->interlock == PTW32_SPIN_LOCKED)
pthread_spin_unlock.c 61 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_LOCKED))
63 case PTW32_SPIN_LOCKED:
pthread_spin_trylock.c 65 (PTW32_INTERLOCKED_LONG) PTW32_SPIN_LOCKED,
70 case PTW32_SPIN_LOCKED:
implement.h 299 #define PTW32_SPIN_LOCKED (2)
    [all...]

Completed in 5382 milliseconds