OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_mutex_lock
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_lock.c
2
*
pthread_mutex_lock
.c
44
pthread_mutex_lock
(pthread_mutex_t * mutex)
function
/external/chromium_org/third_party/libwebp/utils/
thread.c
62
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/
vp9_thread.c
65
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/
thread.c
62
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/
lock.h
125
# pragma weak
pthread_mutex_lock
macro
171
(pthread_in_use () ?
pthread_mutex_lock
(LOCK) : 0)
290
(pthread_in_use () ?
pthread_mutex_lock
(LOCK) : 0)
[
all
...]
/bionic/libc/bionic/
pthread.c
120
pthread_mutex_lock
(&gThreadListLock);
661
int
pthread_mutex_lock
(pthread_mutex_t *mutex)
function
771
/* Same as
pthread_mutex_lock
, except that we don't want to wait, and
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h
1043
#define
pthread_mutex_lock
macro
[
all
...]
/external/mesa3d/include/GL/
vms_x_fix.h
1043
#define
pthread_mutex_lock
macro
[
all
...]
Completed in 363 milliseconds