Home
last modified time | relevance | path

Searched refs:tss_get (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_tss_test.cpp52 EXPECT_STREQ("1", reinterpret_cast<char*>(tss_get(tssKey))); in HWTEST_F()
56 EXPECT_EQ(nullptr, tss_get(tssKey)); in HWTEST_F()
60 EXPECT_STREQ("1", reinterpret_cast<char*>(tss_get(tssKey))); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dtss_set.c33 void *value = tss_get(key); in tssfunc()
35 t_error("%s tss_get failed", __func__); in tssfunc()
38 t_error("%s tss_get return val is %p, expect %p", __func__, value, TSS_SET_VALUE); in tssfunc()
69 void *value = tss_get(key); in tss_set_0100()
/third_party/musl/src/thread/
H A Dpthread_getspecific.c18 weak_alias(__pthread_getspecific, tss_get);
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h81 void *tss_get(tss_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dthreads.h81 void *tss_get(tss_t);
/third_party/musl/include/
H A Dthreads.h81 void *tss_get(tss_t);
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c148 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke()
459 tss_get(tss_t key) in tss_get() function
H A Dthreads_posix.c345 tss_get(tss_t key) in tss_get() function
/third_party/glfw/deps/
H A Dtinycthread.h430 void *tss_get(tss_t key);
H A Dtinycthread.c552 void *tss_get(tss_t key) in tss_get() function
/third_party/mesa3d/src/c11/
H A Dthreads.h192 void *tss_get(tss_t);
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp337 tss_get(key); in Bm_function_tss_get()

Completed in 6 milliseconds