Home
last modified time | relevance | path

Searched defs:cpu_set_t (Results 1 – 11 of 11) 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/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_hw.h42 } cpu_set_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h73 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h73 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h73 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
/third_party/musl/include/
Dsched.h86 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
/third_party/musl/porting/linux/user/include/
Dsched.h87 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; argument
/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… argument
/third_party/mesa3d/src/util/
Du_thread.h61 #define cpu_set_t cpuset_t macro