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/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_tss_test.cpp | 32 EXPECT_EQ(thrd_success, tss_create(&tssKey, nullptr)); 50 EXPECT_EQ(thrd_success, tss_create(&tssKey, dtor));
|
/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/porting/liteos_m/kernel/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/uniproton/kernel/include/ |
D | threads.h | 77 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/mesa3d/src/c11/ |
D | threads.h | 190 int tss_create(tss_t *, tss_dtor_t);
|
/third_party/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/c11/impl/ |
D | threads_posix.c | 330 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
|
D | threads_win32.c | 437 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
|
/third_party/musl/Benchmark/musl/ |
D | libc_pthread.cpp | 334 tss_create(&key, nullptr); in Bm_function_tss_get()
|
/third_party/musl/ |
D | libc.map.txt | 1846 tss_create;
|
D | musl_src.gni | 1493 "src/thread/tss_create.c",
|