Searched defs:cpu_set_t (Results 1 – 11 of 11) sorted by relevance
55 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu… struct
42 } cpu_set_t; typedef
73 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
73 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
86 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; struct
87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; typedef
87 typedef struct cpu_set_t { unsigned long __bits[128/sizeof(long)]; } cpu_set_t; argument
86 typedef struct cpu_set_t { unsigned long __bits[CPU_SETSIZE/(8 * sizeof(unsigned long int))]; } cpu… argument
61 #define cpu_set_t cpuset_t macro