HomeSort by: relevance | last modified time | path
    Searched defs:thrd_current (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
thrd.c 97 thrd_current(void) function
  /src/tests/lib/libpthread/
t_thrd.c 76 ATF_TC(thrd_current); variable
77 ATF_TC_HEAD(thrd_current, tc)
79 atf_tc_set_md_var(tc, "descr", "Test C11 thrd_current(3)");
89 ATF_TC_BODY(thrd_current, tc)
93 s = thrd_current();
230 ATF_TP_ADD_TC(tp, thrd_current);

Completed in 15 milliseconds