Home
last modified time | relevance | path

Searched refs:tss_set (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/mapi/
Du_current.c199 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/
Dtss_set.c4 int tss_set(tss_t k, void *x) in tss_set() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dtss_set.c29 ret = tss_set(key, TSS_SET_VALUE); in tssfunc()
Dtest_src_functionalext_supplement_thread.gni62 "tss_set",
/third_party/musl/ndk_musl_include/
Dthreads.h80 int tss_set(tss_t, void *);
/third_party/musl/include/
Dthreads.h80 int tss_set(tss_t, void *);
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h80 int tss_set(tss_t, void *);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h80 int tss_set(tss_t, void *);
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h153 if (tss_set(tsd->key, value) != 0) { in pipe_tsd_set()
/third_party/flutter/glfw/deps/
Dtinycthread.h437 int tss_set(tss_t key, void *val);
Dtinycthread.c561 int tss_set(tss_t key, void *val) in tss_set() function
/third_party/mesa3d/src/egl/main/
Deglcurrent.c55 tss_set(_egl_TSD, (void *) t); in _eglSetTSD()
/third_party/mesa3d/include/c11/
Dthreads_posix.h377 tss_set(tss_t key, void *val) in tss_set() function
Dthreads_win32.h502 tss_set(tss_t key, void *val) in tss_set() function
/third_party/musl/
Dlibc.map.txt1825 tss_set;
Dmusl_src.gni1421 "src/thread/tss_set.c",