OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutex_t
(Results
26 - 31
of
31
) sorted by null
1
2
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
87
static
mutex_t
gMutex;
/system/core/libcutils/
hashmap.c
39
mutex_t
lock;
properties.c
267
static
mutex_t
env_lock = MUTEX_INITIALIZER;
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c
817
static
mutex_t
*lock_cs;
825
lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(
mutex_t
));
/external/openssl/crypto/threads/
mttest.c
817
static
mutex_t
*lock_cs;
825
lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(
mutex_t
));
/bionic/libc/stdlib/
strtod.c
377
static
mutex_t
freelist_mutex = MUTEX_INITIALIZER;
[
all
...]
Completed in 265 milliseconds
1
2