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

/external/webp/src/utils/
H A Dthread.c64 static int pthread_mutex_lock(pthread_mutex_t* const mutex) { function
127 pthread_mutex_lock(mutex);
142 pthread_mutex_lock(&worker->mutex_);
167 pthread_mutex_lock(&worker->mutex_);
206 pthread_mutex_lock(&worker->mutex_);

Completed in 176 milliseconds