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

  /src/tests/lib/libpthread/
t_thrd.c 104 ATF_TC(thrd_detach);
105 ATF_TC_HEAD(thrd_detach, tc)
107 atf_tc_set_md_var(tc, "descr", "Test C11 thrd_detach(3)");
117 ATF_TC_BODY(thrd_detach, tc)
122 ATF_REQUIRE_EQ(thrd_detach(t), thrd_success);
231 ATF_TP_ADD_TC(tp, thrd_detach);
  /src/lib/libpthread/
threads.h 107 int thrd_detach(thrd_t);
thrd.c 104 thrd_detach(thrd_t thr) function in typeref:typename:int
Makefile 282 MLINKS+= thrd.3 thrd_detach.3

Completed in 13 milliseconds