Home
last modified time | relevance | path

Searched refs:thrd_exit (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A 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), ""); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_current.c71 thrd_exit(thrd_success); in threadfuncA()
86 thrd_exit(thrd_success); in threadfuncB()
H A Dthrd_equal.c73 thrd_exit(thrd_success); in threadfuncA()
88 thrd_exit(thrd_success); in threadfuncB()
H A Dtss_set.c41 thrd_exit(thrd_success); in tssfunc()
H A Dcnd_broadcast.c33 thrd_exit(thrd_success); in child_wait()
H A Dthrd_create.c34 thrd_exit(thrd_success); in threadfunc()
H A Dthrd_sleep.c39 thrd_exit(thrd_success); in threadfunc()
H A Dthrd_detach.c36 thrd_exit(thrd_success); in threadfunc()
H A Dcnd_timedwait.c37 thrd_exit(thrd_success); in signal_parent()
/third_party/musl/src/thread/
H A Dthrd_exit.c5 _Noreturn void thrd_exit(int result) in thrd_exit() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h44 _Noreturn void thrd_exit(int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dthreads.h44 _Noreturn void thrd_exit(int);
/third_party/musl/include/
H A Dthreads.h44 _Noreturn void thrd_exit(int);
/third_party/glfw/deps/
H A Dtinycthread.h363 void thrd_exit(int res);
H A Dtinycthread.c418 void thrd_exit(int res) in thrd_exit() function
/third_party/mesa3d/src/c11/
H A Dthreads.h186 void thrd_exit(int);
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c294 thrd_exit(int res) in thrd_exit() function
H A Dthreads_win32.c390 thrd_exit(int res) in thrd_exit() function

Completed in 8 milliseconds