Searched defs:CPU_ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/ltp/include/lapi/ | ||
D | cpuset.h | 36 #define CPU_ALLOC_SIZE(size) sizeof(cpu_set_t) macro |
/external/musl/include/ | ||
D | sched.h | 122 #define CPU_ALLOC_SIZE(n) (sizeof(long) * ( (n)/(8*sizeof(long)) \ macro |