OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_thread
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
50
#define
tls_thread
EglThreadInfo::get()
macro
93
if(
tls_thread
->getError() == EGL_SUCCESS) { \
94
tls_thread
->setError(err); \
147
EGLint err =
tls_thread
->getError();
148
tls_thread
->setError(EGL_SUCCESS);
[
all
...]
/external/fio/
configure
956
tls_thread
="no"
966
tls_thread
="yes"
968
echo "__thread $
tls_thread
"
1295
if test "$
tls_thread
" = "yes" ; then
Completed in 1132 milliseconds