Home
last modified time | relevance | path

Searched defs:tsd (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_thread.h116 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/
Du_thread.h116 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/
Dglthread.h16 #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/
Dglthread.h16 #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/
Dasan_posix.cc60 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
71 void AsanTSDSet(void *tsd) { in AsanTSDSet()
76 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
Dasan_win.cc43 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
53 void AsanTSDSet(void *tsd) { in AsanTSDSet()
58 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
Dasan_thread.cc89 void AsanThread::TSDDtor(void *tsd) { in TSDDtor()
/external/compiler-rt/lib/msan/
Dmsan_linux.cc109 void MsanTSDInit(void (*destructor)(void *tsd)) { in MsanTSDInit()
120 void MsanTSDSet(void *tsd) { in MsanTSDSet()
125 void MsanTSDDtor(void *tsd) { in MsanTSDDtor()
Dmsan_thread.cc50 void MsanThread::TSDDtor(void *tsd) { in TSDDtor()
/external/compiler-rt/test/asan/TestCases/Linux/
Dtsd_dtor_leak.cc20 void Dtor(void *tsd) { in Dtor()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
Dos_thread.h459 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/
Dos_thread.h459 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/
Dthreads.c668 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
/external/libxml2/
Dthreads.c669 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc151 void TSDDestructor(void *tsd) { in TSDDestructor()