Home
last modified time | relevance | path

Searched refs:schedule_post (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/regression/posixsem/
H A Dposixsem.c725 schedule_post(semid_t id, u_int msec) in schedule_post() function
868 if (schedule_post(id, 1000) < 0) { in locked_timedwait()
970 if (schedule_post(id, 1000) < 0) { in locked_wait()
1030 if (schedule_post(id, 500) < 0) { in wait_twoproc_test()