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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3479 int my_priority; local
3484 my_priority = getpriority( PRIO_PROCESS, 0 );
3485 if ( my_priority == -1 && errno != 0 ) {
3491 my_new_priority = (my_priority == PRIO_MIN) ? (my_priority + 10) : (PRIO_MIN);
3500 my_priority = getpriority( PRIO_PROCESS, 0 );
3501 if ( my_priority == -1 && errno != 0 ) {
3506 if ( my_priority != my_new_priority ) {

Completed in 15 milliseconds