/development/samples/browseable/JobScheduler/ |
_index.jd | 8 Demonstration of the JobScheduler API, which provides an interface for scheduling
|
/external/kernel-headers/original/uapi/linux/ |
ioprio.h | 19 * class, it always gets premium service. BE is the best-effort scheduling 20 * class, the default for any process. IDLE is the idle scheduling class, it
|
/external/junit/src/org/junit/runners/model/ |
RunnerScheduler.java | 4 * Represents a strategy for scheduling when individual test methods
|
/external/valgrind/drd/tests/ |
filter_thread_no | 3 # Get rid of the numbers as these make some tests more scheduling sensitive
|
/external/valgrind/memcheck/tests/ |
err_disable4.vgtest | 7 ## thread scheduling between runs.
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAGInstrs.h | 1 //==- ScheduleDAGInstrs.h - MachineInstr Scheduling --------------*- C++ -*-==// 11 // scheduling for a MachineInstr-based dependency graph. 75 /// between scheduling regions in constant time as long as ValueT does not 87 /// ScheduleDAGInstrs - A ScheduleDAG subclass for scheduling lists of 105 /// it has taken responsibility for scheduling the terminator correctly. 111 /// State specific to the current scheduling region. 127 /// scheduling region is mapped to an SUnit. 130 /// After calling BuildSchedGraph, each vreg used in the scheduling region 175 /// \brief Get the machine model for instruction scheduling. 178 /// \brief Resolve and cache a resolved scheduling class for an SUnit [all...] |
MachineScheduler.h | 1 //==- MachineScheduler.h - MachineInstr Scheduling Pass ----------*- C++ -*-==// 27 // scheduling while updating the instruction stream, register pressure, and live 29 // schedulier, but subtargets that require custom scheduling heuristics may 39 // that will run after DAG building and before list scheduling. DAG mutations 64 // including scheduling direction and register pressure tracking policy, can do 147 /// Define a generic scheduling policy for targets that don't provide their own 148 /// MachineSchedStrategy. This can be overriden for each scheduling region 154 // Allow the scheduler to force top-down or bottom-up scheduling. If neither 167 /// MachineSchedStrategy - Interface to the scheduling algorithm used by 177 /// Optionally override the per-region scheduling policy [all...] |
/external/llvm/lib/Target/ARM/ |
ARMHazardRecognizer.h | 10 // This file defines hazard recognizers for scheduling ARM functions. 27 /// the scheduling itinerary. This is only used during postRA scheduling. The
|
/external/llvm/include/llvm/MC/ |
MCSchedule.h | 1 //===-- llvm/MC/MCSchedule.h - Scheduling -----------------------*- C++ -*-===// 11 // for scheduling and other instruction cost heuristics. 42 // the scheduler will avoid scheduling instructions with conflicting resources 54 /// scheduling class for the specified number of cycles. 64 /// Specify the latency in cpu cycles for a particular scheduling class and def 97 /// Summarize the scheduling resources required for an instruction of a 98 /// particular scheduling class. 126 /// Machine model for scheduling, bundling, and heuristics. 146 // for scheduling (they go in the pending queue). Latency is paramount. This 149 // "1" means all instructions are considered for scheduling regardless o [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledFuture.java | 11 * Usually a scheduled future is the result of scheduling
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.h | 1 //===---- ScheduleDAGSDNodes.h - SDNode Scheduling --------------*- C++ -*-===// 11 // scheduling for an SDNode-based dependency graph. 22 /// ScheduleDAGSDNodes - A ScheduleDAG for scheduling SDNode-based DAGs. 32 /// SDNode-based scheduling graphs do not use SDep::Anti or SDep::Output 49 /// Run - perform scheduling. 79 /// predecessors / successors info nor the temporary scheduling states. 85 /// excludes nodes that aren't interesting to scheduling, and represents 158 /// ForceUnitLatencies - Return true if all scheduling edges should be given
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
sched.h | 1 /* Definitions for POSIX 1003.1b-1993 (aka POSIX.4) scheduling interface. 42 /* Set scheduling parameters for a process. */ 46 /* Retrieve scheduling parameters for a particular process. */ 49 /* Set scheduling algorithm and/or parameters for a process. */ 53 /* Retrieve scheduling algorithm for a particular purpose. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
sched.h | 1 /* Definitions for POSIX 1003.1b-1993 (aka POSIX.4) scheduling interface. 50 /* Set scheduling parameters for a process. */ 54 /* Retrieve scheduling parameters for a particular process. */ 57 /* Set scheduling algorithm and/or parameters for a process. */ 61 /* Retrieve scheduling algorithm for a particular purpose. */
|
/external/llvm/include/llvm/Target/ |
TargetSubtargetInfo.h | 62 // be performed before post-RA scheduling. 71 // -- Pipelines and scheduling information 123 /// for preRA scheduling with the source level scheduler. 134 /// By default this queries the PostRAScheduling bit in the scheduling model 141 /// \brief Override generic scheduling policy within a region. 144 /// scheduling heuristics (no custom MachineSchedStrategy) to make 145 /// changes to the generic scheduling policy. 155 // be performed before post-RA scheduling. 166 // to enable post-RA scheduling. 178 /// scheduling, DAGCombine, etc.) [all...] |
/docs/source.android.com/src/devices/audio/ |
latency_contrib.jd | 69 <li>high-priority threads with SCHED_FIFO scheduling</li> 71 <li>long scheduling latency</li> 78 <h3 id="linuxCfs">Linux CFS and SCHED_FIFO scheduling</h3> 97 <code>SCHED_FIFO</code> scheduling policy rather than the <code>SCHED_NORMAL</code> (also called 98 <code>SCHED_OTHER</code>) scheduling policy implemented by CFS. 113 and are known to not interfere with scheduling of audio threads. 116 <h3 id="rms">Rate-monotonic scheduling</h3> 120 <a href="http://en.wikipedia.org/wiki/Rate-monotonic_scheduling">Rate-monotonic scheduling</a> (RMS). 127 with the scheduling of true periodic threads. 142 <h3 id="schedLatency">Scheduling latency</h3 [all...] |
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/values/ |
base-strings.xml | 24 Demonstration of the JobScheduler API, which provides an interface for scheduling
|
/development/samples/browseable/JobScheduler/res/values/ |
base-strings.xml | 24 Demonstration of the JobScheduler API, which provides an interface for scheduling
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
TrialSchedulingPolicy.java | 18 * The scheduling policy for a particular trial.
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
handler_continuation_hook.hpp | 25 * this knowledge to optimise scheduling of the handler.
|
/external/valgrind/gdbserver_tests/ |
mcinfcallRU.stdinB.gdb | 13 # Would like to call this for all threads with 'thread apply all', but due to unfair scheduling,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
relocs1.s | 16 or R0,R0,R0 ;nop to conform to scheduling restrictions
|
/external/llvm/lib/MC/ |
MCSchedule.cpp | 1 //===- MCSchedule.cpp - Scheduling ------------------------------*- C++ -*-===// 10 // This file defines the default scheduling model.
|
/external/llvm/test/CodeGen/ARM/ |
2012-06-12-SchedMemLatency.ll | 7 ; CHECK: ** List Scheduling 17 ; CHECK: ** List Scheduling
|
/external/llvm/test/CodeGen/PowerPC/ |
tls-store2.ll | 26 ; works because, with new scheduling freedom, we create a copy of R3 based on the 27 ; initial scheduling, but don't coalesce it again after we move the instructions
|
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 54 // Post-RA scheduling is enabled with 59 cl::desc("Enable scheduling after register allocation"), 63 cl::desc("Break post-RA scheduling anti-dependencies: " 146 /// startBlock - Initialize register live-range state for scheduling in 154 /// Initialize the scheduler state for the next scheduling region. 160 /// Notify that the scheduler has finished scheduling the current region. 163 /// Schedule - Schedule the instruction range using list scheduling. 222 /// Initialize state associated with the next scheduling region. 275 // Check for explicit enable/disable of post-ra scheduling. 283 // Check that post-RA scheduling is enabled for this target [all...] |