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

/haiku/src/system/libroot/posix/unistd/
H A Dualarm.c25 if (setitimer(ITIMER_REAL, &value, &oldValue) < 0)
H A Dalarm.c23 if (setitimer(ITIMER_REAL, &value, &oldValue) < 0)
/haiku/src/system/libroot/posix/sys/
H A Ditimer.cpp44 case ITIMER_REAL:
/haiku/headers/posix/sys/
H A Dtime.h33 #define ITIMER_REAL 1 /* real time */ macro
/haiku/src/bin/network/ping/
H A Dping.c511 if (setitimer(ITIMER_REAL, &itv, NULL) != 0)
H A Dping6.c583 if (setitimer(ITIMER_REAL, &itv, NULL) != 0)

Completed in 50 milliseconds