Home
last modified time | relevance | path

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

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