Searched refs:thrd_yield (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/tests/lib/libpthread/
H A Dt_thrd.c215 ATF_TC(thrd_yield); variable
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);
/netbsd-current/lib/libpthread/
H A Dthreads.h112 void thrd_yield(void);
H A Dthrd.c170 thrd_yield(void) function
H A DMakefile268 MLINKS+= thrd.3 thrd_yield.3

Completed in 113 milliseconds