Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_detach.c19 weak_alias(__pthread_detach, thrd_detach);
/third_party/musl/src/thread/
H A Dpthread_detach.c29 weak_alias(__pthread_detach, thrd_detach);
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h46 int thrd_detach(thrd_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dthreads.h46 int thrd_detach(thrd_t);
/third_party/musl/include/
H A Dthreads.h46 int thrd_detach(thrd_t);
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_detach.c31 int ret = thrd_detach(thrd_current()); in threadfunc()
33 t_error("%s thrd_detach failed", __func__); in threadfunc()
67 * @tc.desc : Use thrd_join after thrd_detach
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_thrd_test.cpp61 EXPECT_EQ(thrd_success, thrd_detach(thread)); in HWTEST_F()
/third_party/glfw/deps/
H A Dtinycthread.h351 int thrd_detach(thrd_t thr);
H A Dtinycthread.c402 int thrd_detach(thrd_t thr) in thrd_detach() function
/third_party/mesa3d/src/c11/
H A Dthreads.h179 int thrd_detach(thrd_t);
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c279 thrd_detach(thrd_t thr) in thrd_detach() function
H A Dthreads_win32.c374 thrd_detach(thrd_t thr) in thrd_detach() function

Completed in 6 milliseconds