OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLibMutex
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
chromium_http_stub.cpp
28
static Mutex
gLibMutex
;
37
Mutex::Autolock autoLock(
gLibMutex
);
/frameworks/rs/
rsScriptC_Lib.cpp
95
pthread_mutex_lock(&rsc->
gLibMutex
);
103
pthread_mutex_unlock(&rsc->
gLibMutex
);
rsContext.h
83
static pthread_mutex_t
gLibMutex
;
rsContext.cpp
53
pthread_mutex_t Context::
gLibMutex
= PTHREAD_MUTEX_INITIALIZER;
Completed in 401 milliseconds