Searched refs:timer_settime (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timers.h | 104 int (*timer_settime)(struct itimer * timer, int flags, member
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 114 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, 117 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, in timer_settime() function 266 if (timer_settime(event_timer, 0, &its, NULL) == -1) { in ngx_eventport_init()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 570 timer_settime(ftp->ft_tid, 0, &its, NULL); in _timer_notify() 604 timer_settime(ftp->ft_tid, 0, &its, NULL); in fmd_timer_install()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 1089 .timer_settime = realtimer_settime, in itimer_start() 1394 error = CLOCK_CALL(it->it_clockid, timer_settime, (it, in kern_ktimer_settime()
|