Home
last modified time | relevance | path

Searched refs:ITIMER_REAL (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/netstat/
H A Dif.c594 setitimer(ITIMER_REAL, &interval_it, NULL); in sidewaysintpr()
/f-stack/freebsd/sys/
H A Dtime.h443 #define ITIMER_REAL 0 macro
/f-stack/freebsd/kern/
H A Dkern_time.c762 if (which == ITIMER_REAL) { in kern_getitimer()
842 if (which == ITIMER_REAL) { in kern_setitimer()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c738 if (setitimer(ITIMER_REAL, &itv, NULL) == -1) { in ngx_event_process_init()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c170 if (setitimer(ITIMER_REAL, &itv, NULL) == -1) { in ngx_master_process_cycle()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1407 setitimer(ITIMER_REAL, &it, NULL); in watchdogScheduleSignal()