Searched defs:pthread_mutex_lock (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_mutex_lock.c2 * pthread_mutex_lock.c
44 pthread_mutex_lock (pthread_mutex_t * mutex) function
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c62 static int pthread_mutex_lock(pthread_mutex_t* const mutex) { function
125 pthread_mutex_lock(mutex);
140 pthread_mutex_lock(&worker->mutex_);
165 pthread_mutex_lock(&worker->mutex_);
204 pthread_mutex_lock(&worker->mutex_);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c65 static int pthread_mutex_lock(pthread_mutex_t* const mutex) { function
128 pthread_mutex_lock(mutex);
143 pthread_mutex_lock(&worker->mutex_);
166 pthread_mutex_lock(&worker->mutex_);
205 pthread_mutex_lock(&worker->mutex_);
/external/webp/src/utils/
H A Dthread.c62 static int pthread_mutex_lock(pthread_mutex_t* const mutex) { function
125 pthread_mutex_lock(mutex);
140 pthread_mutex_lock(&worker->mutex_);
165 pthread_mutex_lock(&worker->mutex_);
204 pthread_mutex_lock(&worker->mutex_);
/external/bison/lib/glthread/
H A Dlock.h125 # pragma weak pthread_mutex_lock macro
171 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0)
290 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0)
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1043 #define pthread_mutex_lock PTHREAD_MUTEX_LOCK macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1043 #define pthread_mutex_lock PTHREAD_MUTEX_LOCK macro

Completed in 490 milliseconds