Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dproc.h189 #define P_AFFINITY 0x00010000 /* xxx */ macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_fork.c1038 …proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_DELAYIDLESLEEP | P_SUGID | P_AFFINITY)); in forkproc()
1040 …->p_flag = (parent_proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_SUGID | P_AFFINITY)); in forkproc()
H A Dkern_exec.c842 (p->p_flag & P_AFFINITY) != 0); in exec_fat_imgact()