HomeSort by relevance Sort by last modified time
    Searched full:sched_setaffinity (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /bionic/libc/arch-arm/syscalls/
sched_setaffinity.S 5 ENTRY(sched_setaffinity) function
14 END(sched_setaffinity)
  /bionic/libc/arch-x86/syscalls/
sched_setaffinity.S 5 .type sched_setaffinity, @function
6 .globl sched_setaffinity
9 sched_setaffinity: label
  /external/oprofile/
config.h 28 /* Define to 1 if you have the `sched_setaffinity' function. */
configure.in 104 AC_CHECK_FUNCS(sched_setaffinity perfmonctl)
  /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);
  /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,
  /bionic/libc/include/
sched.h 101 extern int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set);
  /external/valgrind/main/gdbserver_tests/
sleepers.c 124 (void) sched_setaffinity(0, sizeof(single_cpu), &single_cpu);
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 212 const int result = sched_setaffinity(_linuxPid, (unsigned int)sizeof(mask),
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 216 TEST_INT_EQ((ret = sched_setaffinity(getpid(), sizeof(cpu_set_t), &set0)), 0);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-unistd.h 206 int sched_setaffinity (pid_t pid, size_t setsize, const cpu_set_t* set);
  /external/netperf/
config.h 132 /* Define to 1 if you have the `sched_setaffinity' function. */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 206 int sched_setaffinity (pid_t pid, size_t setsize, const cpu_set_t* set);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 206 int sched_setaffinity (pid_t pid, size_t setsize, const cpu_set_t* set);
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 352 rv = sched_setaffinity(0, sizeof(cpuset), &cpuset);
  /bionic/libc/
SYSCALLS.TXT 249 int sched_setaffinity(pid_t pid, size_t setsize, const cpu_set_t* set) 241
  /bionic/libc/arch-arm/
syscalls.mk 172 syscall_src += arch-arm/syscalls/sched_setaffinity.S
  /bionic/libc/arch-x86/
syscalls.mk 176 syscall_src += arch-x86/syscalls/sched_setaffinity.S
  /bionic/libc/docs/
CHANGES.TXT 14 - <sched.h>: Add sched_getcpu(), sched_getaffinity(), sched_setaffinity(),
  /external/strace/linux/arm/
syscallent.h 274 { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 241 */
  /external/strace/linux/i386/
syscallent.h 274 { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },/* 241 */
  /external/strace/linux/sh/
syscallent.h 276 { 3, 0, sys_sched_setaffinity, "sched_setaffinity"}, /* 241 */

Completed in 738 milliseconds

1 2 3 4