OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLibMutex
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsScriptC_Lib.cpp
89
pthread_mutex_lock(&rsc->
gLibMutex
);
92
pthread_mutex_unlock(&rsc->
gLibMutex
);
rsContext.h
92
static pthread_mutex_t
gLibMutex
;
rsContext.cpp
47
pthread_mutex_t Context::
gLibMutex
= PTHREAD_MUTEX_INITIALIZER;
Completed in 1017 milliseconds