Home
last modified time | relevance | path

Searched refs:sched_getcpu (Results 1 – 25 of 33) sorted by relevance

12

/third_party/rust/crates/nix/test/
Dtest_sched.rs1 use nix::sched::{sched_getaffinity, sched_getcpu, sched_setaffinity, CpuSet};
34 let cur_cpu = sched_getcpu().unwrap(); in test_sched_affinity()
/third_party/rust/crates/nix/src/
Dsched.rs310 pub fn sched_getcpu() -> Result<usize> { in sched_getcpu() function
311 let res = unsafe { libc::sched_getcpu() }; in sched_getcpu()
/third_party/musl/libc-test/src/functionalext/supplement/sched/
Dsched_getcpu.c29 int result = sched_getcpu(); in sched_getcpu_0100()
Dtest_src_functionalext_supplement_sched.gni18 "sched_getcpu",
/third_party/musl/porting/linux/user/src/sched/
Dsched_getcpu.c40 int sched_getcpu(void) in sched_getcpu() function
/third_party/musl/src/sched/
Dsched_getcpu.c30 int sched_getcpu(void) in sched_getcpu() function
/third_party/skia/third_party/externals/oboe/samples/shared/
DDefaultAudioStreamCallback.h118 int current_cpu_id = sched_getcpu(); in setThreadAffinity()
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h76 int sched_getcpu(void);
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h76 int sched_getcpu(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h76 int sched_getcpu(void);
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h77 int sched_getcpu(void);
/third_party/musl/porting/linux/user/include/
Dsched.h91 int sched_getcpu(void);
/third_party/musl/porting/liteos_a/user/include/
Dsched.h84 int sched_getcpu(void);
/third_party/musl/porting/liteos_m/user/include/
Dsched.h88 int sched_getcpu(void);
/third_party/musl/include/
Dsched.h102 int sched_getcpu(void);
/third_party/mesa3d/src/util/
Du_thread.h97 return sched_getcpu(); in util_get_current_cpu()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dfailure_signal_handler.cc351 my_cpu = sched_getcpu(); in AbslFailureSignalHandler()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c180 int cpu = sched_getcpu(); in bind_to_current_cpu()
/third_party/ltp/
Dconfigure.ac140 sched_getcpu \
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc713 cpu = sched_getcpu(); in PinThreadToCPU()
/third_party/musl/
Dlibc.map.txt1568 sched_getcpu;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1647 pub fn sched_getcpu() -> ::c_int; in sched_getcpu() function
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt3198 sched_getcpu
Dandroid.txt3374 sched_getcpu
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3144 pub fn sched_getcpu() -> ::c_int; in sched_getcpu() function

12