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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_mutex_check_need_init.c 2 * ptw32_mutex_check_need_init.c
49 ptw32_mutex_check_need_init (pthread_mutex_t * mutex) function
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)
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_timedlock.c 123 * again inside the guarded section of ptw32_mutex_check_need_init()
128 if ((result = ptw32_mutex_check_need_init (mutex)) != 0)
implement.h 620 int ptw32_mutex_check_need_init (pthread_mutex_t * mutex);
    [all...]
Makefile 182 ptw32_mutex_check_need_init.obj \
277 ptw32_mutex_check_need_init.c \

Completed in 740 milliseconds