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

/xnu-2422.115.4/bsd/sys/
H A Dtime.h110 #define ITIMER_REAL 0 macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_time.c331 case ITIMER_REAL:
428 case ITIMER_REAL:
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c2656 my_err = setitimer( ITIMER_REAL, &my_timer, NULL );
2658 printf( "setitimer - ITIMER_REAL - failed with errno %d - %s \n", errno, strerror( errno ) );
2677 /* make sure ITIMER_REAL is now clear */
2680 my_err = getitimer( ITIMER_REAL, &my_timer );
2682 printf( "getitimer - ITIMER_REAL - failed with errno %d - %s \n", errno, strerror( errno ) );
2686 printf( "ITIMER_REAL is set, but should not be \n" );

Completed in 25 milliseconds