Home
last modified time | relevance | path

Searched refs:__cpu_mask (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsched.h110 # define __NCPUBITS (8 * sizeof (__cpu_mask))
114 typedef unsigned long int __cpu_mask; typedef
118 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))
123 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
130 size_t __imax = (setsize) / sizeof (__cpu_mask); \
131 __cpu_mask *__bits = (cpusetp)->__bits; \
162 ({ __cpu_mask *__arr1 = (cpusetp1)->__bits; \
163 __cpu_mask *__arr2 = (cpusetp2)->__bits; \
164 size_t __imax = (setsize) / sizeof (__cpu_mask); \
174 __cpu_mask *__arr1 = (srcset1)->__bits; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsched_cpucount.c26 const __cpu_mask *p = setp->__bits; in __sched_cpucount()
27 const __cpu_mask *end = &setp->__bits[setsize / sizeof (__cpu_mask)]; in __sched_cpucount()
31 __cpu_mask l = *p++; in __sched_cpucount()
/l4re-core-master/uclibc/lib/libpthread/src/
A Ddescr.h131 __cpu_mask p_affinity_mask[1]; /* L4 addition; small, more needs dynamic allocations */

Completed in 7 milliseconds