Lines Matching refs:timer_create
102 ATF_REQUIRE(timer_create(cid, &evt, &t) == 0);
251 "Check errors from timer_create(2) (PR lib/42434)");
264 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1);
270 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1);
278 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
292 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
306 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
320 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
334 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
348 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
362 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
376 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
390 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
405 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
442 RL(timer_create(CLOCK_MONOTONIC, NULL, &t));