Lines Matching refs:timer_create
104 ATF_REQUIRE(timer_create(cid, &evt, &t) == 0);
253 "Check errors from timer_create(2) (PR lib/42434)");
266 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1);
272 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1);
280 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
294 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
308 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
322 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
336 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
350 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
364 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
378 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
392 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
407 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
446 RL(timer_create(CLOCK_MONOTONIC, NULL, &t));