HomeSort by relevance Sort by last modified time
    Searched refs:Org_nice (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/nice/
nice03.c 81 int Org_nice; /* original priority of the test process */
116 if (New_nice != (Org_nice + NICEINC)) {
123 Org_nice = New_nice;
145 Org_nice = getpriority(PRIO_PROCESS, 0);
nice01.c 82 int Org_nice; /* original priority of the test process */
118 if (New_nice != (Org_nice + NICEINC)) {
149 Org_nice = getpriority(PRIO_PROCESS, 0);

Completed in 48 milliseconds