HomeSort by relevance Sort by last modified time
    Searched refs:sched_get_priority_max (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /external/toybox/toys/other/
chrt.c 51 sched_get_priority_min(pol), sched_get_priority_max(pol));
78 sched_get_priority_max(pol));
  /bionic/tests/headers/posix/
sched_h.c 56 FUNCTION(sched_get_priority_max, int (*f)(int));
  /external/ltp/testcases/kernel/syscalls/sched_get_priority_max/
sched_get_priority_max01.c 23 * TEST TITLE : Basic test for sched_get_priority_max(2)
34 * This is a Phase I test for the sched_get_priority_max(2) system call.
103 * Call sched_get_priority_max(2)
105 TEST(sched_get_priority_max(test_cases[ind].policy));
112 "sched_get_priority_max() returned %ld",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/
3-1.c 48 priority = sched_get_priority_max(policy);
3-2.c 48 priority = sched_get_priority_max(policy);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprioceiling/
1-1.c 63 max_prio = sched_get_priority_max(SCHED_FIFO);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
23-2.c 47 invalid_priority = sched_get_priority_max(SCHED_SPORADIC);
49 perror("An error occurs when calling sched_get_priority_max()");
25-2.c 48 invalid_priority = sched_get_priority_max(SCHED_SPORADIC);
50 perror("An error occurs when calling sched_get_priority_max()");
5-1.c 37 max_prio = sched_get_priority_max(policy);
2-1.c 111 sched_get_priority_max(SCHED_FIFO)) / 2;
144 param.sched_priority = sched_get_priority_max(SCHED_FIFO);
2-2.c 115 sched_get_priority_max(SCHED_RR)) / 2;
148 param.sched_priority = sched_get_priority_max(SCHED_RR);
9-1.c 56 param.sched_priority = sched_get_priority_max(SCHED_FIFO);
125 sched_get_priority_max(SCHED_FIFO)) / 2;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
17-2.c 49 invalid_priority = sched_get_priority_max(SCHED_SPORADIC);
51 perror("An error occurs when calling sched_get_priority_max()");
17-3.c 56 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC);
17-4.c 49 max_priority = sched_get_priority_max(SCHED_SPORADIC);
19-1.c 54 invalid_priority = sched_get_priority_max(policy);
57 ("An error occurs when calling sched_get_priority_max()");
19-4.c 38 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC);
20-1.c 75 param.sched_priority = sched_get_priority_max(SCHED_FIFO);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sched.h 64 int WINPTHREAD_SCHED_API sched_get_priority_max(int pol);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
1-1.c 66 priority = sched_get_priority_max(FIFOPOLICY);
68 printf(ERROR_PREFIX "sched_get_priority_max\n");
84 priority = sched_get_priority_max(RRPOLICY);
86 printf(ERROR_PREFIX "sched_get_priority_max\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
1-3.c 103 check_param(self, SCHED_FIFO, sched_get_priority_max(SCHED_FIFO));
199 sp.sched_priority = sched_get_priority_max(SCHED_FIFO);
201 ERR_MSG("sched_get_priority_max()", errno);
217 check_param(child, SCHED_FIFO, sched_get_priority_max(SCHED_FIFO));
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_latency.c 119 prio = sched_get_priority_max(SCHED_FIFO);
121 perror("sched_get_priority_max");
200 sp.sched_priority = sched_get_priority_max(SCHED_FIFO);
202 perror("sched_get_priority_max");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
17-1.c 66 sp.sched_priority = param = sched_get_priority_max(POLICY);
17-2.c 97 sp.sched_priority = param = sched_get_priority_max(POLICY);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
1-1.c 59 priority = sched_get_priority_max(policy);

Completed in 358 milliseconds

12 3 4 5 6