/bionic/libc/arch-mips/syscalls/ |
sched_setaffinity.S | 4 .globl sched_setaffinity 6 .ent sched_setaffinity 8 sched_setaffinity: label 22 .end sched_setaffinity
|
/bionic/libc/arch-arm/syscalls/ |
sched_setaffinity.S | 6 ENTRY(sched_setaffinity) function 15 END(sched_setaffinity)
|
/bionic/libc/arch-x86/syscalls/ |
sched_setaffinity.S | 6 ENTRY(sched_setaffinity) function 27 END(sched_setaffinity)
|
/external/chromium_org/third_party/smhasher/src/ |
Platform.cpp | 35 if( sched_setaffinity(0,sizeof(mask),&mask) == -1)
|
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 124 (void) sched_setaffinity(0, sizeof(single_cpu), &single_cpu);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sched.h | 110 extern int sched_setaffinity (__pid_t __pid, size_t __cpusetsize,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
sched.h | 110 extern int sched_setaffinity (__pid_t __pid, size_t __cpusetsize,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
sched.h | 110 extern int sched_setaffinity (__pid_t __pid, size_t __cpusetsize,
|
/external/linux-tools-perf/ |
builtin-test.c | 389 if (sched_setaffinity(0, sizeof(cpu_set), &cpu_set) < 0) { 390 pr_debug("sched_setaffinity() failed on CPU %d: %s ", 510 sched_setaffinity(0, sizeof(cpu_set), &cpu_set); 511 if (sched_setaffinity(0, sizeof(cpu_set), &cpu_set) < 0) { 512 pr_debug("sched_setaffinity() failed on CPU %d: %s ",
|
/external/oprofile/daemon/ |
opd_perfmon.c | 13 /* need this for sched_setaffinity() in <sched.h> */ 62 sched_setaffinity(pid_t pid, size_t len, cpu_set_t const * cpusetp) function 156 err = sched_setaffinity(getpid(), sizeof(set), &set);
|
/bionic/libc/include/ |
sched.h | 102 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
|
/external/webrtc/src/system_wrappers/source/ |
thread_posix.cc | 259 const int result = sched_setaffinity(_pid,
|
/system/extras/tests/binder/benchmarks/ |
binderAddInts.cpp | 352 rv = sched_setaffinity(0, sizeof(cpuset), &cpuset);
|
/system/extras/tests/bionic/libc/common/ |
test_cpu_set.c | 216 TEST_INT_EQ((ret = sched_setaffinity(getpid(), sizeof(cpu_set_t), &set0)), 0);
|
/system/extras/tests/wifi/stress/ |
wifiLoadScanAssoc.c | 499 sched_setaffinity(0, sizeof(cpuset), &cpuset);
|
/system/extras/tests/memtest/ |
bandwidth.cpp | 186 if (sched_setaffinity(0, sizeof(cpuset), &cpuset) != 0) { 187 perror("sched_setaffinity failed");
|
/bionic/libc/arch-arm/ |
syscalls.mk | 183 syscall_src += arch-arm/syscalls/sched_setaffinity.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 186 syscall_src += arch-mips/syscalls/sched_setaffinity.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 187 syscall_src += arch-x86/syscalls/sched_setaffinity.S
|
/external/blktrace/btreplay/ |
btreplay.c | 536 if (sched_setaffinity(getpid(), sizeof(cpus), &cpus)) { 537 fatal("sched_setaffinity", ERR_SYSCALL, "Failed to pin CPU\n"); [all...] |
/external/kernel-headers/original/linux/ |
sched.h | [all...] |
/system/extras/micro_bench/ |
micro_bench.cpp | [all...] |
/external/stressapptest/src/ |
worker.cc | 76 _syscall3(int, sched_setaffinity, pid_t, pid, 451 return (sched_setaffinity(gettid(), sizeof(*thread_mask), thread_mask) == 0); [all...] |
/system/core/adb/ |
adb.c | 1016 sched_setaffinity(0, sizeof(cpu_set), &cpu_set); [all...] |
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.stderr.exp | [all...] |