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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_unlock.c 63 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_init.c 90 rwl->nMagic = PTW32_RWLOCK_MAGIC;
pthread_rwlock_rdlock.c 71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_timedrdlock.c 72 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_tryrdlock.c 71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_trywrlock.c 71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_destroy.c 57 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_timedwrlock.c 72 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
pthread_rwlock_wrlock.c 71 if (rwl->nMagic != PTW32_RWLOCK_MAGIC)
implement.h 383 #define PTW32_RWLOCK_MAGIC 0xfacade2
    [all...]

Completed in 39 milliseconds