Searched refs:tss_set (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/mapi/ |
D | u_current.c | 199 tss_set(u_current_context_tsd, (void *) ptr); in u_current_set_context() 242 tss_set(u_current_table_tsd, (void *) tbl); in u_current_set_table()
|
/third_party/musl/src/thread/ |
D | tss_set.c | 4 int tss_set(tss_t k, void *x) in tss_set() function
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | tss_set.c | 29 ret = tss_set(key, TSS_SET_VALUE); in tssfunc()
|
D | test_src_functionalext_supplement_thread.gni | 62 "tss_set",
|
/third_party/musl/ndk_musl_include/ |
D | threads.h | 80 int tss_set(tss_t, void *);
|
/third_party/musl/include/ |
D | threads.h | 80 int tss_set(tss_t, void *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 80 int tss_set(tss_t, void *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 80 int tss_set(tss_t, void *);
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 153 if (tss_set(tsd->key, value) != 0) { in pipe_tsd_set()
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.h | 437 int tss_set(tss_t key, void *val);
|
D | tinycthread.c | 561 int tss_set(tss_t key, void *val) in tss_set() function
|
/third_party/mesa3d/src/egl/main/ |
D | eglcurrent.c | 55 tss_set(_egl_TSD, (void *) t); in _eglSetTSD()
|
/third_party/mesa3d/include/c11/ |
D | threads_posix.h | 377 tss_set(tss_t key, void *val) in tss_set() function
|
D | threads_win32.h | 502 tss_set(tss_t key, void *val) in tss_set() function
|
/third_party/musl/ |
D | libc.map.txt | 1825 tss_set;
|
D | musl_src.gni | 1421 "src/thread/tss_set.c",
|