Home
last modified time | relevance | path

Searched refs:ptw32_mutex_check_need_init (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_mutex_check_need_init.c49 ptw32_mutex_check_need_init (pthread_mutex_t * mutex) in ptw32_mutex_check_need_init() function
Dpthread_mutex_trylock.c60 if ((result = ptw32_mutex_check_need_init (mutex)) != 0) in pthread_mutex_trylock()
Dpthread_mutex_lock.c66 if ((result = ptw32_mutex_check_need_init (mutex)) != 0) in pthread_mutex_lock()
Dpthread_mutex_timedlock.c128 if ((result = ptw32_mutex_check_need_init (mutex)) != 0) in pthread_mutex_timedlock()
DMakefile182 ptw32_mutex_check_need_init.obj \
277 ptw32_mutex_check_need_init.c \
Dimplement.h620 int ptw32_mutex_check_need_init (pthread_mutex_t * mutex);
/external/chromium_org/native_client_sdk/src/libraries/pthread/
Dlibrary.dsc114 'ptw32_mutex_check_need_init.c',