Home
last modified time | relevance | path

Searched refs:thrd_exit (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_current.c33 thrd_exit(thrd_success); in threadfuncA()
40 thrd_exit(thrd_success); in threadfuncB()
Dthrd_equal.c33 thrd_exit(thrd_success); in threadfuncA()
40 thrd_exit(thrd_success); in threadfuncB()
Dtss_set.c41 thrd_exit(thrd_success); in tssfunc()
Dthrd_detach.c36 thrd_exit(thrd_success); in threadfunc()
Dthrd_sleep.c39 thrd_exit(thrd_success); in threadfunc()
Dcnd_broadcast.c33 thrd_exit(thrd_success); in child_wait()
Dthrd_create.c34 thrd_exit(thrd_success); in threadfunc()
Dcnd_timedwait.c37 thrd_exit(thrd_success); in signal_parent()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_thrd_test.cpp14 thrd_exit(static_cast<int>(reinterpret_cast<uintptr_t>(arg))); in ExitArg()
102 EXPECT_EXIT(thrd_exit(12), ::testing::ExitedWithCode(EXIT_SUCCESS), "");
/third_party/musl/src/thread/
Dthrd_exit.c5 _Noreturn void thrd_exit(int result) in thrd_exit() function
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h44 _Noreturn void thrd_exit(int);
/third_party/musl/include/
Dthreads.h44 _Noreturn void thrd_exit(int);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h44 _Noreturn void thrd_exit(int);
/third_party/mesa3d/src/c11/
Dthreads.h186 void thrd_exit(int);
/third_party/glfw/deps/
Dtinycthread.h361 void thrd_exit(int res);
Dtinycthread.c418 void thrd_exit(int res) in thrd_exit() function
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c294 thrd_exit(int res) in thrd_exit() function
Dthreads_win32.c390 thrd_exit(int res) in thrd_exit() function
/third_party/musl/
Dlibc.map.txt1825 thrd_exit;
Dmusl_src.gni1472 "src/thread/thrd_exit.c",