Searched refs:thrd_exit (Results 1 – 6 of 6) sorted by relevance
74 FUNCTION(thrd_exit, void (*f)(int)); in threads_h()
178 void thrd_exit(int __result) __noreturn __INTRODUCED_IN(30);
162 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit() function
54 thrd_exit(static_cast<int>(reinterpret_cast<uintptr_t>(arg))); in exit_arg()374 ASSERT_EXIT(thrd_exit(12), ::testing::ExitedWithCode(EXIT_SUCCESS), ""); in TEST()
1511 thrd_exit;