HomeSort by: relevance | last modified time | path
    Searched refs:thrd_exit (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libpthread/
t_thrd.c 125 ATF_TC(thrd_exit);
126 ATF_TC_HEAD(thrd_exit, tc)
128 atf_tc_set_md_var(tc, "descr", "Test C11 thrd_exit(3)");
135 thrd_exit(1);
147 ATF_TC_BODY(thrd_exit, tc)
232 ATF_TP_ADD_TC(tp, thrd_exit);
  /src/lib/libpthread/
threads.h 109 __dead void thrd_exit(int);
thrd.c 126 thrd_exit(int res) function in typeref:typename:__dead void
Makefile 284 MLINKS+= thrd.3 thrd_exit.3

Completed in 141 milliseconds