/sdk/emulator/opengl/host/libs/libOpenglRender/ |
ThreadInfo.cpp | 23 thread_store_set(&s_tls, this, NULL);
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
ThreadInfo.cpp | 36 thread_store_set(&s_tls, ti, tlsDestruct);
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
ThreadInfo.cpp | 36 thread_store_set(&s_tls, ti, tlsDestruct);
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglThreadInfo.cpp | 38 thread_store_set(&s_tls, ti, tlsDestruct);
|
ThreadInfo.cpp | 58 thread_store_set(&s_tls, ti, tlsDestruct);
|
/system/core/libcutils/ |
threads.c | 30 extern void thread_store_set( thread_store_t* store, function 58 void thread_store_set( thread_store_t* store, function
|
/frameworks/base/tools/aapt/ |
qsort_r_compat.c | 86 thread_store_set(&compar_data_key, &compar_data, NULL);
|
/system/core/include/cutils/ |
threads.h | 67 extern void thread_store_set(thread_store_t* store,
|
/frameworks/native/libs/binder/ |
BufferedTextOutput.cpp | 96 thread_store_set( &tls, ts, threadDestructor );
|