Searched refs:__CPU_ISSET_S (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/posix/ |
D | sched.h | 94 # define CPU_ISSET(cpu, cpusetp) __CPU_ISSET_S (cpu, sizeof (cpu_set_t), \ 101 # define CPU_ISSET_S(cpu, setsize, cpusetp) __CPU_ISSET_S (cpu, setsize, \
|
/glibc-2.36/posix/bits/ |
D | cpu-set.h | 72 #define __CPU_ISSET_S(cpu, setsize, cpusetp) \ macro
|
/glibc-2.36/manual/ |
D | resource.texi | 1304 @c __CPU_ISSET_S ok
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 1808 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const 5506 (__CPU_ISSET_S): Likewise.
|
D | ChangeLog.18 | 68037 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow. 95062 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
|