Home
last modified time | relevance | path

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

/haiku/headers/compatibility/gnu/
H A Dsched.h38 #define _CPUSET_BIT(cpu) (1L << ((cpu) % NCPUSETBITS)) macro
44 #define CPUSET_SET(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] |= _CPUSET_BIT(cpu))
45 #define CPUSET_CLR(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] &= ~_CPUSET_BIT(cpu))
46 #define CPUSET_ISSET(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] & _CPUSET_BIT(cpu))