Home
last modified time | relevance | path

Searched refs:tss_create (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dtss_set.c25 ret = tss_create(&key, NULL); in tssfunc()
54 result = tss_create(&key, NULL); in tss_set_0100()
/third_party/mesa3d/src/mapi/
Du_current.c137 tss_create(&u_current_table_tsd, NULL); in u_current_init_tsd()
138 tss_create(&u_current_context_tsd, NULL); in u_current_init_tsd()
/third_party/musl/src/thread/
Dtss_create.c4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create() function
/third_party/musl/ndk_musl_include/
Dthreads.h77 int tss_create(tss_t *, tss_dtor_t);
/third_party/musl/include/
Dthreads.h77 int tss_create(tss_t *, tss_dtor_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h77 int tss_create(tss_t *, tss_dtor_t);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h77 int tss_create(tss_t *, tss_dtor_t);
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h132 if (tss_create(&tsd->key, NULL/*free*/) != 0) { in pipe_tsd_init()
/third_party/flutter/glfw/deps/
Dtinycthread.h414 int tss_create(tss_t *key, tss_dtor_t dtor);
Dtinycthread.c521 int tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
/third_party/mesa3d/src/egl/main/
Deglcurrent.c90 if (tss_create(&_egl_TSD, (void (*)(void *)) _eglDestroyThreadInfo) != thrd_success) { in _eglInitTSD()
/third_party/mesa3d/include/c11/
Dthreads_posix.h355 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
Dthreads_win32.h473 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
/third_party/musl/
Dlibc.map.txt1822 tss_create;
Dmusl_src.gni1419 "src/thread/tss_create.c",