Home
last modified time | relevance | path

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

/posix/
A Dsched.h92 # define CPU_SET(cpu, cpusetp) __CPU_SET_S (cpu, sizeof (cpu_set_t), cpusetp)
99 # define CPU_SET_S(cpu, setsize, cpusetp) __CPU_SET_S (cpu, setsize, cpusetp)
/posix/bits/
A Dcpu-set.h58 #define __CPU_SET_S(cpu, setsize, cpusetp) \ macro

Completed in 7 milliseconds