Searched refs:thrd_exit (Results 1 – 20 of 20) sorted by relevance
33 thrd_exit(thrd_success); in threadfuncA()40 thrd_exit(thrd_success); in threadfuncB()
41 thrd_exit(thrd_success); in tssfunc()
36 thrd_exit(thrd_success); in threadfunc()
39 thrd_exit(thrd_success); in threadfunc()
33 thrd_exit(thrd_success); in child_wait()
34 thrd_exit(thrd_success); in threadfunc()
37 thrd_exit(thrd_success); in signal_parent()
14 thrd_exit(static_cast<int>(reinterpret_cast<uintptr_t>(arg))); in ExitArg()102 EXPECT_EXIT(thrd_exit(12), ::testing::ExitedWithCode(EXIT_SUCCESS), "");
5 _Noreturn void thrd_exit(int result) in thrd_exit() function
44 _Noreturn void thrd_exit(int);
186 void thrd_exit(int);
361 void thrd_exit(int res);
418 void thrd_exit(int res) in thrd_exit() function
294 thrd_exit(int res) in thrd_exit() function
390 thrd_exit(int res) in thrd_exit() function
1825 thrd_exit;
1472 "src/thread/thrd_exit.c",