OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sched_get_priority_max
(Results
51 - 75
of
132
) sorted by null
1
2
3
4
5
6
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
1-2.c
60
priority =
sched_get_priority_max
(policy);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
4-1.c
120
sp.sched_priority =
sched_get_priority_max
(SCHED_RR);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
20-1.c
44
max_priority =
sched_get_priority_max
(policy);
21-1.c
43
max_priority =
sched_get_priority_max
(old_policy);
21-2.c
43
max_priority =
sched_get_priority_max
(policy);
1-1.c
77
(param.sched_priority =
sched_get_priority_max
(policy)) :
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
1-1.c
56
sched_get_priority_max
(policy)) / 2;
15-2.c
44
max_priority =
sched_get_priority_max
(SCHED_FIFO);
17-1.c
73
invalid_priority =
sched_get_priority_max
(policy);
76
("An error occurs when calling
sched_get_priority_max
()");
17-6.c
92
max_priority =
sched_get_priority_max
(policy);
17-7.c
53
max_priority =
sched_get_priority_max
(policy);
22-2.c
43
max_priority =
sched_get_priority_max
(SCHED_FIFO);
4-1.c
41
max_prio =
sched_get_priority_max
(new_policy);
/bionic/tests/
sched_test.cpp
275
EXPECT_LE(sched_get_priority_min(SCHED_BATCH),
sched_get_priority_max
(SCHED_BATCH));
276
EXPECT_LE(sched_get_priority_min(SCHED_FIFO),
sched_get_priority_max
(SCHED_FIFO));
277
EXPECT_LE(sched_get_priority_min(SCHED_IDLE),
sched_get_priority_max
(SCHED_IDLE));
278
EXPECT_LE(sched_get_priority_min(SCHED_OTHER),
sched_get_priority_max
(SCHED_OTHER));
279
EXPECT_LE(sched_get_priority_min(SCHED_RR),
sched_get_priority_max
(SCHED_RR));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c
210
sched_get_priority_max
(self->sched_policy)) / 2;
213
return
sched_get_priority_max
(self->sched_policy) - 1;
3-2.c
370
newparam.sched_priority =
sched_get_priority_max
(newpol);
628
sched_get_priority_max
636
sched_get_priority_max
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c
205
td[1].prio =
sched_get_priority_max
(SCHED_FIFO);
217
td[3].prio =
sched_get_priority_max
(SCHED_RR);
/external/ltp/testcases/realtime/func/measurement/
preempt_timing.c
101
param.sched_priority =
sched_get_priority_max
(SCHED_FIFO);
rdtsc-latency.c
122
param.sched_priority =
sched_get_priority_max
(SCHED_FIFO);
/external/ltp/testcases/kernel/device-drivers/cpufreq/
cpufreq_boost.c
108
params.sched_priority =
sched_get_priority_max
(SCHED_FIFO);
/external/ltp/testcases/realtime/func/prio-wake/
prio-wake.c
197
numprios =
sched_get_priority_max
(SCHED_FIFO) -
/external/webrtc/webrtc/base/
platform_thread.cc
215
const int max_prio =
sched_get_priority_max
(policy);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h
68
extern int
sched_get_priority_max
(int __algorithm) __THROW;
/frameworks/native/libs/binder/tests/
schd-dbg.cpp
134
if (priority ==
sched_get_priority_max
(SCHED_FIFO)) {
312
param.sched_priority =
sched_get_priority_max
(SCHED_FIFO);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-default.h
143
__gthrw(
sched_get_priority_max
)
398
if ((priority_max = __gthrw_(
sched_get_priority_max
) (policy)) == -1)
Completed in 341 milliseconds
1
2
3
4
5
6