/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | _pthreadtypes.h | 55 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/ |
D | sched.h | 74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 82 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
|
/third_party/musl/include/ |
D | sched.h | 87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 88 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 86 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | alltypes.h | 86 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu… typedef
|
/third_party/mesa3d/src/util/ |
D | u_thread.h | 64 #define cpu_set_t cpuset_t macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 648 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/ |
D | mod.rs | 1282 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/ |
D | mod.rs | 27 pub type cpu_set_t = cpumask_t; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3141 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/ |
D | mod.rs | 4043 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/ |
D | mod.rs | 4100 cpuset: *const cpu_set_t, in sched_setaffinity()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 17364 } cpu_set_t; typedef
|