Home
last modified time | relevance | path

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

/haiku/src/tests/libs/gnu/
H A Dsched_affinity_test.cpp32 if (!CPUSET_ISSET(1, &cpuset)) in main()
/haiku/headers/compatibility/gnu/
H A Dsched.h46 #define CPUSET_ISSET(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] & _CPUSET_BIT(cpu)) macro