Home
last modified time | relevance | path

Searched defs:cpu_set_t (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h55 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu_set_t; typedef
/third_party/mesa3d/src/util/
H A Du_thread.h64 #define cpu_set_t cpuset_t macro
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h82 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/musl/porting/linux/user/include/
H A Dsched.h88 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h86 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h74 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/musl/include/
H A Dsched.h99 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs256 pub struct cpu_set_t { // FIXME structure names
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h86 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu_set_t; typedef
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs217 pub struct cpu_set_t { // Unverified structure names
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs27 pub type cpu_set_t = cpumask_t; types
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs144 pub struct cpu_set_t { structure names
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs125 pub struct cpu_set_t { structure names
[all...]
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs563 pub struct cpu_set_t { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs154 pub struct cpu_set_t { structure names
[all...]

Completed in 44 milliseconds