Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h539 #define P_LCUSTOM_STACK 0x00200000 /* process is using custom stack size */ macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_resource.c1522 if (p->p_lflag & P_LCUSTOM_STACK) { in dosetrlimit()
H A Dkern_exec.c7671 p->p_lflag |= P_LCUSTOM_STACK; in create_unix_stack()