Searched refs:thrd_exit (Results 1 – 9 of 9) sorted by relevance
125 ATF_TC(thrd_exit);126 ATF_TC_HEAD(thrd_exit, tc) in ATF_TC_HEAD() argument135 thrd_exit(1); in tex_func2()147 ATF_TC_BODY(thrd_exit, tc) in ATF_TC_BODY() argument232 ATF_TP_ADD_TC(tp, thrd_exit); in ATF_TP_ADD_TCS()
41 # pragma weak thrd_exit macro42 # define c11_threads_in_use() (thrd_exit != NULL)
43 # pragma weak thrd_exit macro44 # define c11_threads_in_use() (thrd_exit != NULL)
109 __dead void thrd_exit(int);
126 thrd_exit(int res) in thrd_exit() function
282 MLINKS+= thrd.3 thrd_exit.3
88 # pragma weak thrd_exit macro89 # define c11_threads_in_use() (thrd_exit != NULL)
524 #thrd_exit, 11 -- C11 threads