Searched refs:tss_create (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | tss_set.c | 25 ret = tss_create(&key, NULL); in tssfunc() 54 result = tss_create(&key, NULL); in tss_set_0100()
|
/third_party/mesa3d/src/mapi/ |
D | u_current.c | 137 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/ |
D | tss_create.c | 4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create() function
|
/third_party/musl/ndk_musl_include/ |
D | threads.h | 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/musl/include/ |
D | threads.h | 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 132 if (tss_create(&tsd->key, NULL/*free*/) != 0) { in pipe_tsd_init()
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.h | 414 int tss_create(tss_t *key, tss_dtor_t dtor);
|
D | tinycthread.c | 521 int tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
|
/third_party/mesa3d/src/egl/main/ |
D | eglcurrent.c | 90 if (tss_create(&_egl_TSD, (void (*)(void *)) _eglDestroyThreadInfo) != thrd_success) { in _eglInitTSD()
|
/third_party/mesa3d/include/c11/ |
D | threads_posix.h | 355 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
|
D | threads_win32.h | 473 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
|
/third_party/musl/ |
D | libc.map.txt | 1822 tss_create;
|
D | musl_src.gni | 1419 "src/thread/tss_create.c",
|