Searched refs:my_priority (Results 1 – 1 of 1) sorted by relevance
16 int my_priority; variable21 my_priority = getpriority(PRIO_PROCESS, 0);24 T_ASSERT_FALSE(my_priority == -1 && errno != 0, "Verify getpriority is successful", NULL);27 my_new_priority = (my_priority == PRIO_MIN) ? (my_priority + 10) : (PRIO_MIN);34 my_priority = getpriority(PRIO_PROCESS, 0);36 T_ASSERT_FALSE(my_priority == -1 && errno != 0, "Verify getpriority change is successful", NULL);39 …T_ASSERT_EQ(my_priority, my_new_priority, "Verify setpriority correctly set scheduling priority", …