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

  /src/tests/lib/libpthread/
t_thrd.c 215 ATF_TC(thrd_yield);
216 ATF_TC_HEAD(thrd_yield, tc)
218 atf_tc_set_md_var(tc, "descr", "Test C11 thrd_yield(3)");
221 ATF_TC_BODY(thrd_yield, tc)
224 thrd_yield();
234 ATF_TP_ADD_TC(tp, thrd_yield);
  /src/lib/libpthread/
threads.h 112 void thrd_yield(void);
thrd.c 170 thrd_yield(void) function in typeref:typename:void
Makefile 287 MLINKS+= thrd.3 thrd_yield.3

Completed in 14 milliseconds