HomeSort by relevance Sort by last modified time
    Searched full:ptw32_mutex_check_need_init (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_trylock.c 55 * again inside the guarded section of ptw32_mutex_check_need_init()
60 if ((result = ptw32_mutex_check_need_init (mutex)) != 0)
ptw32_mutex_check_need_init.c 2 * ptw32_mutex_check_need_init.c
49 ptw32_mutex_check_need_init (pthread_mutex_t * mutex) function
mutex.c 47 #include "ptw32_mutex_check_need_init.c"
pthread_mutex_lock.c 61 * again inside the guarded section of ptw32_mutex_check_need_init()
66 if ((result = ptw32_mutex_check_need_init (mutex)) != 0)
pthread_mutex_destroy.c 118 * See notes in ptw32_mutex_check_need_init() above also.
pthread_mutex_timedlock.c 123 * again inside the guarded section of ptw32_mutex_check_need_init()
128 if ((result = ptw32_mutex_check_need_init (mutex)) != 0)
Makefile 182 ptw32_mutex_check_need_init.obj \
277 ptw32_mutex_check_need_init.c \
implement.h 620 int ptw32_mutex_check_need_init (pthread_mutex_t * mutex);
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 114 'ptw32_mutex_check_need_init.c',

Completed in 1999 milliseconds