Home
last modified time | relevance | path

Searched refs:DEFAULT_PRIORITY (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c99 int priority = DEFAULT_PRIORITY;
135 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
Dsched_tc5.c95 int priority = DEFAULT_PRIORITY;
132 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
Dsched.h50 #define DEFAULT_PRIORITY 70 macro
Dsched_tc6.c115 int priority = DEFAULT_PRIORITY;
165 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
Dsched_tc1.c130 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
Dsched_tc0.c129 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
Dsched_tc3.c133 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
Dsched_tc2.c131 if (setpri(0, DEFAULT_PRIORITY) < 0) in main()
/external/autotest/client/cros/netprotos/
Dzeroconf.py24 DEFAULT_PRIORITY = 500 variable
403 service_name, protocol, DEFAULT_PRIORITY, DEFAULT_WEIGHT, port)
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java351 mms.setMessagePriority(MmsBuilder.DEFAULT_PRIORITY); in smsSendMultimediaMessage()
935 private static final int DEFAULT_PRIORITY = PduHeaders.PRIORITY_NORMAL; field in SmsFacade.MmsBuilder