Searched refs:ITIMER_REAL (Results 1 – 6 of 6) sorted by relevance
594 setitimer(ITIMER_REAL, &interval_it, NULL); in sidewaysintpr()
443 #define ITIMER_REAL 0 macro
762 if (which == ITIMER_REAL) { in kern_getitimer()842 if (which == ITIMER_REAL) { in kern_setitimer()
738 if (setitimer(ITIMER_REAL, &itv, NULL) == -1) { in ngx_event_process_init()
170 if (setitimer(ITIMER_REAL, &itv, NULL) == -1) { in ngx_master_process_cycle()
1407 setitimer(ITIMER_REAL, &it, NULL); in watchdogScheduleSignal()