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/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_tss_test.cpp32 EXPECT_EQ(thrd_success, tss_create(&tssKey, nullptr));
50 EXPECT_EQ(thrd_success, tss_create(&tssKey, dtor));
/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/porting/liteos_m/kernel/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/uniproton/kernel/include/
Dthreads.h77 int tss_create(tss_t *, tss_dtor_t);
/third_party/mesa3d/src/c11/
Dthreads.h190 int tss_create(tss_t *, tss_dtor_t);
/third_party/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/c11/impl/
Dthreads_posix.c330 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
Dthreads_win32.c437 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() function
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp334 tss_create(&key, nullptr); in Bm_function_tss_get()
/third_party/musl/
Dlibc.map.txt1846 tss_create;
Dmusl_src.gni1493 "src/thread/tss_create.c",