Home
last modified time | relevance | path

Searched defs:pthread_setaffinity_np (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/sched/
Daffinity.c16 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np() function
/third_party/musl/src/sched/
Daffinity.c20 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np() function
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h189 #define pthread_setaffinity_np _pthread_setaffinity_np macro
/third_party/rust/crates/libc/src/teeos/
Dmod.rs1148 pub fn pthread_setaffinity_np(td: pthread_t, size: size_t, set: *const cpu_set_t) -> c_int; in pthread_setaffinity_np() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2752 pub fn pthread_setaffinity_np( in pthread_setaffinity_np() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5202 pub fn pthread_setaffinity_np( in pthread_setaffinity_np() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs5134 pub fn pthread_setaffinity_np( in pthread_setaffinity_np() function