Searched refs:tss_dtor_t (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 18 typedef void (*tss_dtor_t)(void *); typedef 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/musl/include/ |
D | threads.h | 18 typedef void (*tss_dtor_t)(void *); typedef 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 18 typedef void (*tss_dtor_t)(void *); typedef 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/mesa3d/src/c11/ |
D | threads.h | 97 typedef void (*tss_dtor_t)(void *); typedef 190 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/glfw/deps/ |
D | tinycthread.h | 402 typedef void (*tss_dtor_t)(void *val); typedef 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()
|
/third_party/mesa3d/src/c11/impl/ |
D | threads_win32.c | 126 tss_dtor_t dtor; 129 static int impl_tss_dtor_register(tss_t key, tss_dtor_t dtor) in impl_tss_dtor_register() 437 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
|
D | threads_posix.c | 330 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
|
/third_party/musl/src/thread/ |
D | tss_create.c | 4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_tss_test.cpp | 46 tss_dtor_t dtor = TssThreadFunc;
|