Home
last modified time | relevance | path

Searched defs:cpu_set_t (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h55 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu… struct
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
/third_party/musl/porting/liteos_a/user/include/
Dsched.h82 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
/third_party/musl/include/
Dsched.h87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
/third_party/musl/porting/linux/user/include/
Dsched.h88 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
/third_party/musl/porting/liteos_m/user/include/
Dsched.h86 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
/third_party/musl/ndk_musl_include/
Dsched.h87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h86 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu… typedef
/third_party/mesa3d/src/util/
Du_thread.h64 #define cpu_set_t cpuset_t macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs648 cpuset: *mut ::cpu_set_t, in pthread_attr_getaffinity_np()
653 cpuset: *const ::cpu_set_t, in pthread_attr_setaffinity_np()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1282 cpuset: *mut ::cpu_set_t, in pthread_attr_getaffinity_np()
1287 cpuset: *const ::cpu_set_t, in pthread_attr_setaffinity_np()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs27 pub type cpu_set_t = cpumask_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3141 pub fn __sched_cpualloc(count: ::size_t) -> *mut ::cpu_set_t; in __sched_cpualloc()
3142 pub fn __sched_cpufree(set: *mut ::cpu_set_t); in __sched_cpufree()
3221 cpuset: *const cpu_set_t, in sched_setaffinity()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4043 cpuset: *mut ::cpu_set_t, in pthread_getaffinity_np()
4048 cpuset: *const ::cpu_set_t, in pthread_setaffinity_np()
4119 cpuset: *const cpu_set_t, in sched_setaffinity()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4100 cpuset: *const cpu_set_t, in sched_setaffinity()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp17364 } cpu_set_t; typedef