/external/mesa3d/src/mapi/mapi/ |
D | u_thread.h | 116 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() 127 u_tsd_get(struct u_tsd *tsd) in u_tsd_get() 137 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set() 182 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() 194 u_tsd_destroy(struct u_tsd *tsd) in u_tsd_destroy() 205 u_tsd_get(struct u_tsd *tsd) in u_tsd_get() 215 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set() 260 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() 267 u_tsd_get(struct u_tsd *tsd) in u_tsd_get() 275 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set()
|
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/ |
D | u_thread.h | 116 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() 127 u_tsd_get(struct u_tsd *tsd) in u_tsd_get() 137 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set() 182 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() 194 u_tsd_destroy(struct u_tsd *tsd) in u_tsd_destroy() 205 u_tsd_get(struct u_tsd *tsd) in u_tsd_get() 215 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set() 260 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() 267 u_tsd_get(struct u_tsd *tsd) in u_tsd_get() 275 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set()
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
D | glthread.h | 16 #define _glthread_InitTSD(tsd) u_tsd_init(tsd); argument 17 #define _glthread_DestroyTSD(tsd) u_tsd_destroy(tsd); argument 18 #define _glthread_GetTSD(tsd) u_tsd_get(tsd); argument 19 #define _glthread_SetTSD(tsd, ptr) u_tsd_set(tsd, ptr); argument
|
/external/mesa3d/src/mapi/glapi/ |
D | glthread.h | 16 #define _glthread_InitTSD(tsd) u_tsd_init(tsd); argument 17 #define _glthread_DestroyTSD(tsd) u_tsd_destroy(tsd); argument 18 #define _glthread_GetTSD(tsd) u_tsd_get(tsd); argument 19 #define _glthread_SetTSD(tsd, ptr) u_tsd_set(tsd, ptr); argument
|
/external/compiler-rt/lib/asan/ |
D | asan_posix.cc | 60 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit() 71 void AsanTSDSet(void *tsd) { in AsanTSDSet() 76 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
|
D | asan_win.cc | 43 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit() 53 void AsanTSDSet(void *tsd) { in AsanTSDSet() 58 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
|
D | asan_thread.cc | 89 void AsanThread::TSDDtor(void *tsd) { in TSDDtor()
|
/external/compiler-rt/lib/msan/ |
D | msan_linux.cc | 109 void MsanTSDInit(void (*destructor)(void *tsd)) { in MsanTSDInit() 120 void MsanTSDSet(void *tsd) { in MsanTSDSet() 125 void MsanTSDDtor(void *tsd) { in MsanTSDDtor()
|
D | msan_thread.cc | 50 void MsanThread::TSDDtor(void *tsd) { in TSDDtor()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | tsd_dtor_leak.cc | 20 void Dtor(void *tsd) { in Dtor()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_thread.h | 459 pipe_tsd_init(pipe_tsd *tsd) in pipe_tsd_init() 473 pipe_tsd_get(pipe_tsd *tsd) in pipe_tsd_get() 490 pipe_tsd_set(pipe_tsd *tsd, void *value) in pipe_tsd_set()
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 459 pipe_tsd_init(pipe_tsd *tsd) in pipe_tsd_init() 473 pipe_tsd_get(pipe_tsd *tsd) in pipe_tsd_get() 490 pipe_tsd_set(pipe_tsd *tsd, void *value) in pipe_tsd_set()
|
/external/chromium_org/third_party/libxml/src/ |
D | threads.c | 668 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
|
/external/libxml2/ |
D | threads.c | 669 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 151 void TSDDestructor(void *tsd) { in TSDDestructor()
|