Home
last modified time | relevance | path

Searched refs:thrd_detach (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/thread/
Dpthread_detach.c25 weak_alias(__pthread_detach, thrd_detach);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_detach.c19 weak_alias(__pthread_detach, thrd_detach);
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_detach.c31 int ret = thrd_detach(thrd_current()); in threadfunc()
Dtest_src_functionalext_supplement_thread.gni57 "thrd_detach",
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h46 int thrd_detach(thrd_t);
/third_party/musl/include/
Dthreads.h46 int thrd_detach(thrd_t);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h46 int thrd_detach(thrd_t);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_thrd_test.cpp61 EXPECT_EQ(thrd_success, thrd_detach(thread));
/third_party/mesa3d/src/c11/
Dthreads.h179 int thrd_detach(thrd_t);
/third_party/glfw/deps/
Dtinycthread.h349 int thrd_detach(thrd_t thr);
Dtinycthread.c402 int thrd_detach(thrd_t thr) in thrd_detach() function
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c279 thrd_detach(thrd_t thr) in thrd_detach() function
Dthreads_win32.c374 thrd_detach(thrd_t thr) in thrd_detach() function
/third_party/musl/
Dlibc.map.txt1823 thrd_detach;