Searched refs:ITIMER_REAL (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | itimer.c | 141 ITIMER_REAL 178 if (which == ITIMER_REAL) { 265 if (which == ITIMER_REAL) {
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | timer-posix.cpp | 292 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 D | time.h | 140 #define ITIMER_REAL 0 macro
|
/vbox/src/recompiler/tests/ |
H A D | linux-test.c | 482 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 D | unix.c | 2166 setitimer(ITIMER_REAL, &itval, 0); 2178 setitimer(ITIMER_REAL, &itval, 0);
|
Completed in 280 milliseconds