OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sOnceKey
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_tls.cpp
33
pthread_once_t egl_tls_t::
sOnceKey
= PTHREAD_ONCE_INIT;
67
pthread_once(&
sOnceKey
, TlsKeyInitializer::create);
egl_tls.h
35
static pthread_once_t
sOnceKey
;
Completed in 74 milliseconds