Searched refs:DEFAULT_PRIORITY (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 99 int priority = DEFAULT_PRIORITY; 135 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
D | sched_tc5.c | 95 int priority = DEFAULT_PRIORITY; 132 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
D | sched.h | 50 #define DEFAULT_PRIORITY 70 macro
|
D | sched_tc6.c | 115 int priority = DEFAULT_PRIORITY; 165 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
D | sched_tc1.c | 130 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
D | sched_tc0.c | 129 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
D | sched_tc2.c | 131 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
D | sched_tc3.c | 133 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
|
/external/autotest/client/cros/netprotos/ |
D | zeroconf.py | 24 DEFAULT_PRIORITY = 500 variable 403 service_name, protocol, DEFAULT_PRIORITY, DEFAULT_WEIGHT, port)
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/ |
D | Cea708Decoder.java | 820 private static final int DEFAULT_PRIORITY = 4; field in Cea708Decoder.CueInfoBuilder 938 priority = DEFAULT_PRIORITY; in reset()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | SmsFacade.java | 351 mms.setMessagePriority(MmsBuilder.DEFAULT_PRIORITY); in smsSendMultimediaMessage() 939 private static final int DEFAULT_PRIORITY = PduHeaders.PRIORITY_NORMAL; field in SmsFacade.MmsBuilder
|