Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/mach/
H A Dtask_policy.h175 #define PROC_FLAG_IOS_IMPPROMOTION 0x80000 /* process is apple ios daemon */ macro
/xnu-10002.81.5/bsd/sys/
H A Dproc_info_private.h111 #define PROC_FLAG_IOS_IMPPROMOTION 0x80000 /* Process is daemon which receives importane donat… macro
/xnu-10002.81.5/osfmk/kern/
H A Dtask_policy.c2232 *flagsp |= PROC_FLAG_IOS_IMPPROMOTION; in proc_get_darwinbgstate()