Searched
full:sched (Results
426 -
450 of
1556) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_ioctl.c | 35 #include <sched.h>
|
/external/python/cpython3/Lib/test/ |
test_support.py | 34 import sched 35 self.assertIn("sched", sys.modules) 36 support.unload("sched") 37 self.assertNotIn("sched", sys.modules)
|
/external/strace/tests/ |
clone_parent.c | 33 #include <sched.h>
|
/external/strace/tests-m32/ |
clone_parent.c | 33 #include <sched.h>
|
/external/strace/tests-mx32/ |
clone_parent.c | 33 #include <sched.h>
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMHazardRecognizer.h | 42 ScoreboardHazardRecognizer(ItinData, DAG, "post-RA-sched"), TII(tii),
|
/external/syslinux/com32/libutil/include/ |
libutil.h | 45 # include <sched.h>
|
/external/toybox/toys/other/ |
chrt.c | 5 * Note: -ibrfo flags sorted to match SCHED positions for highest_bit()
|
/external/valgrind/docs/xml/ |
valgrind-manpage.xml | 256 <ulink id="&vg-pthreads-perf-sched-id;" 257 xreflabel="&vg-pthreads-perf-sched-label;" 258 url="&vg-pthreads-perf-sched-url;">&vg-pthreads-perf-sched-label;</ulink>,
|
/frameworks/native/opengl/tests/gl_perf/ |
gl2_perf.cpp | 20 #include <sched.h>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sundry.py | 72 import sched
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sundry.py | 72 import sched
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/ |
racesig.go | 21 #include <sched.h>
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
racesig.go | 21 #include <sched.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 72 import sched
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 72 import sched
|
/system/extras/simpleperf/ |
report_sample.proto | 40 // Event type can be cpu-cycles, cpu-clock, sched:sched_switch or other types.
|
/system/extras/tests/sdcard/ |
profile_sdcard.sh | 36 echo "# Sched features: $(print_sched_features)" | tee -a ${file}
|
/cts/hostsidetests/security/securityPatch/CVE-2017-0508/ |
poc.c | 20 #include <linux/sched.h> 22 #include <sched.h>
|
/external/adhd/cras/src/common/ |
cras_util.c | 12 #include <sched.h> 50 "Failed to set thread sched params to priority %d"
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
cgroup_helpers.c | 3 #include <sched.h> 9 #include <linux/sched.h>
|
/external/llvm/lib/Target/X86/ |
X86InstrCMovSetCC.td | 88 IIC_SET_R>, TB, Sched<[WriteALU]>; 92 IIC_SET_M>, TB, Sched<[WriteALU, WriteStore]>;
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-03-15-AsmCCClobber.ll | 2 ; RUN: -pre-RA-sched=source | FileCheck %s 4 ; RUN: -pre-RA-sched=list-hybrid | FileCheck %s
|
/external/ltp/testcases/kernel/device-drivers/cpufreq/ |
cpufreq_boost.c | 31 #include <sched.h> 111 "failed to set FIFO sched with max priority");
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
2010-03-15-AsmCCClobber.ll | 2 ; RUN: -pre-RA-sched=source | FileCheck %s 4 ; RUN: -pre-RA-sched=list-hybrid | FileCheck %s
|
Completed in 1325 milliseconds
<<11121314151617181920>>