OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsDestruct
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp
21
static void
tlsDestruct
(void *ptr)
36
thread_store_set(&s_tls, ti,
tlsDestruct
);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp
21
static void
tlsDestruct
(void *ptr)
36
thread_store_set(&s_tls, ti,
tlsDestruct
);
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp
25
static void
tlsDestruct
(void *ptr)
38
thread_store_set(&s_tls, ti,
tlsDestruct
);
ThreadInfo.cpp
49
static void
tlsDestruct
(void *ptr)
62
thread_store_set(&s_tls, ti,
tlsDestruct
);
/development/tools/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp
35
static void
tlsDestruct
(void *ptr)
48
thread_store_set(&s_tls, ti,
tlsDestruct
);
Completed in 135 milliseconds