HomeSort by relevance Sort by last modified time
    Searched refs:sched_getaffinity (Results 26 - 50 of 64) sorted by null

12 3

  /external/strace/linux/sparc/
syscallent.h 162 [161] = { 3, 0, SEN(sched_getaffinity), "sched_get_affinity" },
261 [260] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/sparc64/
syscallent.h 160 [161] = { 3, 0, SEN(sched_getaffinity), "sched_get_affinity" },
259 [260] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/
sys_func.h 224 extern SYS_FUNC(sched_getaffinity);
  /external/linux-kselftest/tools/testing/selftests/rseq/
param_test.c 628 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus);
819 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus);
1034 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus);
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 326 ret = sched_getaffinity(0, sizeof(save_cpumask), &save_cpumask);
328 debug(DBG_ERR, "sched_getaffinity failed: %s\n", strerror(ret));
  /external/strace/linux/32/
syscallent.h 131 [123] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/blktrace/btreplay/
btreplay.c 514 if (sched_getaffinity(0, size, cpus)) {
520 fatal("sched_getaffinity", ERR_SYSCALL, "Can't get CPU info\n");
563 (void)sched_getaffinity(0, size, now);
    [all...]
  /external/strace/linux/64/
syscallent.h 124 [123] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/avr32/
syscallent.h 223 [194] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/hppa/
syscallent.h 218 [212] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/ia64/
syscallent.h 238 [1232] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/x86_64/
syscallent.h 205 [204] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/xtensa/
syscallent.h 152 [157] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /bionic/tests/
sys_ptrace_test.cpp 221 ASSERT_EQ(0, sched_getaffinity(0, sizeof available_cpus, &available_cpus));
  /bionic/tools/versioner/src/
versioner.cpp 74 int rc = sched_getaffinity(getpid(), sizeof(cpu_set), &cpu_set);
76 err(1, "sched_getaffinity failed");
  /external/python/cpython3/Lib/test/
test_posix.py     [all...]
  /external/strace/linux/arm/
syscallent.h 271 [242] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/i386/
syscallent.h 271 [242] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/m68k/
syscallent.h 341 [312] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/mips/
syscallent-n32.h 199 [6196] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
syscallent-n64.h 199 [5196] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
syscallent-o32.h 244 [4240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/powerpc/
syscallent.h 253 [223] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/powerpc64/
syscallent.h 248 [223] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
  /external/strace/linux/s390/
syscallent.h 272 [240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },

Completed in 4576 milliseconds

12 3