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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Ditimer.c141 ITIMER_REAL
178 if (which == ITIMER_REAL) {
265 if (which == ITIMER_REAL) {
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp292 if (setitimer(ITIMER_REAL, &TimerVal, NULL))
345 if (setitimer(ITIMER_REAL, &TimerVal2, NULL))
346 AssertMsgFailed(("setitimer(ITIMER_REAL,&{0}, NULL) failed, errno=%d\n", errno));
420 if (getitimer(ITIMER_REAL, &TimerVal))
453 if ( setitimer(ITIMER_REAL, &TimerVal, NULL)
454 || getitimer(ITIMER_REAL, &TimerVal)
482 setitimer(ITIMER_REAL, &TimerVal, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtime.h140 #define ITIMER_REAL 0 macro
/vbox/src/recompiler/tests/
H A Dlinux-test.c482 chk_error(setitimer(ITIMER_REAL, &it, NULL));
483 chk_error(getitimer(ITIMER_REAL, &oit));
497 chk_error(setitimer(ITIMER_REAL, &it, &oit));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2166 setitimer(ITIMER_REAL, &itval, 0);
2178 setitimer(ITIMER_REAL, &itval, 0);

Completed in 266 milliseconds