Home | History | Annotate | Download | only in sys

Lines Matching refs:CLOCK_MONOTONIC

306 	    "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
312 timer_signal_create(CLOCK_MONOTONIC, NOEXPIRE, 0);
320 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
326 timer_signal_create(CLOCK_MONOTONIC, NOEXPIRE, TIMER_ABSTIME);
362 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
368 timer_signal_create(CLOCK_MONOTONIC, EXPIRE, 0);
376 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
382 timer_signal_create(CLOCK_MONOTONIC, EXPIRE, TIMER_ABSTIME);
405 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), "
412 timer_signal_create(CLOCK_MONOTONIC, PAST, TIMER_ABSTIME);
440 RL(clock_gettime(CLOCK_MONOTONIC, &now));
442 RL(timer_create(CLOCK_MONOTONIC, NULL, &t));