Searched refs:sched_getaffinity (Results 1 – 16 of 16) sorted by relevance
/aosp12/bionic/tests/ |
H A D | pty_test.cpp | 85 ASSERT_EQ(0, sched_getaffinity(0, sizeof(cpu_set_t), &cpus)); in PtyReader_28979140() 110 ASSERT_EQ(0, sched_getaffinity(0, sizeof(cpu_set_t), &cpus)); in TEST()
|
H A D | sched_test.cpp | 306 ASSERT_EQ(-1, sched_getaffinity(getpid(), 0, nullptr)); in TEST()
|
H A D | sys_ptrace_test.cpp | 230 ASSERT_EQ(0, sched_getaffinity(0, sizeof available_cpus, &available_cpus)); in TEST()
|
/aosp12/bionic/libc/bionic/ |
H A D | sched_getaffinity.cpp | 35 int sched_getaffinity(pid_t pid, size_t set_size, cpu_set_t* set) { in sched_getaffinity() function
|
/aosp12/hardware/qcom/sm7250/gps/etc/seccomp_policy/ |
H A D | gnss@2.0-xtwifi-inet-agent.policy | 33 sched_getaffinity: 1
|
H A D | gnss@2.0-xtra-daemon.policy | 35 sched_getaffinity: 1
|
/aosp12/hardware/qcom/sm8150/gps/etc/seccomp_policy/ |
H A D | gnss@2.0-xtwifi-inet-agent.policy | 33 sched_getaffinity: 1
|
H A D | gnss@2.0-xtra-daemon.policy | 35 sched_getaffinity: 1
|
/aosp12/bionic/libc/include/ |
H A D | sched.h | 77 int sched_getaffinity(pid_t __pid, size_t __set_size, cpu_set_t* __set);
|
/aosp12/system/extras/tests/binder/benchmarks/ |
H A D | binderAddInts.cpp | 240 if ((rv = sched_getaffinity(0, sizeof(availCPUs), &availCPUs)) != 0) { in main()
|
/aosp12/system/core/libutils/ |
H A D | RefBase_test.cpp | 303 if (sched_getaffinity(0, sizeof(cpu_set_t), origCpus) != 0) { in setExclusiveCpus()
|
/aosp12/bionic/tools/versioner/src/ |
H A D | versioner.cpp | 74 int rc = sched_getaffinity(getpid(), sizeof(cpu_set), &cpu_set); in getCpuCount()
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 295 int __sched_getaffinity:sched_getaffinity(pid_t pid, size_t setsize, cpu_set_t* set) all
|
H A D | libc.map.txt | 890 … sched_getaffinity; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
|
H A D | Android.bp | 1133 "bionic/sched_getaffinity.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 890 … sched_getaffinity; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
|