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

/freebsd-10.0-release/sys/kern/
H A Dkern_time.c106 #define CLOCK_CALL(clock, call, arglist) \ macro
1130 error = CLOCK_CALL(clock_id, timer_create, (it));
1191 CLOCK_CALL(it->it_clockid, timer_delete, (it));
1248 CLOCK_CALL(it->it_clockid, timer_delete, (it));
1300 error = CLOCK_CALL(it->it_clockid, timer_settime, (it,
1341 error = CLOCK_CALL(it->it_clockid, timer_gettime, (it, val));
1625 CLOCK_CALL(i, event_hook, (p, i, event));

Completed in 119 milliseconds