Searched refs:setitimer (Results 1 - 8 of 8) 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.cpp83 setitimer(int which, const struct itimerval* value, struct itimerval* oldValue) function
/haiku/headers/posix/sys/
H A Dtime.h43 extern int setitimer(int which, const struct itimerval *value, struct itimerval *oldValue);
/haiku/src/bin/network/ping/
H A Dping.c511 if (setitimer(ITIMER_REAL, &itv, NULL) != 0)
512 err(1, "setitimer");
H A Dping6.c583 if (setitimer(ITIMER_REAL, &itv, NULL) != 0)
584 err(1, "setitimer");
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2417 void setitimer() {} function
H A Dlibroot_stubs_legacy.c2407 void setitimer() {} function

Completed in 233 milliseconds