Searched refs:testPrio (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/kernel_lite/sched_posix/src/ |
H A D | ProcessSchedApiTest.cpp | 179 const int testPrio = 18;
in HWTEST_F() local 182 int rt = setpriority(PRIO_PGRP, 0, testPrio);
in HWTEST_F() 186 rt = setpriority(PRIO_USER, 0, testPrio);
in HWTEST_F() 198 const int testPrio = 18;
in HWTEST_F() local 202 rt = setpriority(PRIO_USER + GetRandom(1000), 0, testPrio);
in HWTEST_F() 206 rt = setpriority(-GetRandom(1000), 0, testPrio);
in HWTEST_F() 219 const int testPrio = 18;
in HWTEST_F() local 222 rt = setpriority(PRIO_PROCESS, -1, testPrio);
in HWTEST_F() 226 rt = setpriority(PRIO_PROCESS, MAX_PROCESS_NUMBER + 1, testPrio);
in HWTEST_F() 230 rt = setpriority(PRIO_PROCESS, MAX_PROCESS_NUMBER + GetRandom(1000), testPrio);
in HWTEST_F() 242 const int testPrio = 18; HWTEST_F() local 294 const int testPrio = 18; HWTEST_F() local [all...] |
Completed in 2 milliseconds