Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h533 #define P_LPTHREADJITFREEZELATE 0x00008000 /* process JIT function allowlist is frozen late */ macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_proc.c4661 *late_out = (p->p_lflag & P_LPTHREADJITFREEZELATE); in proc_get_pthread_jit_allowlist()
4673 p->p_lflag |= P_LPTHREADJITFREEZELATE; in proc_set_pthread_jit_allowlist()