Searched refs:psa_apptype (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h103 int psa_apptype; /* app type and process spec behav */ member in struct:_posix_spawnattr
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1141 if (psa->psa_apptype & POSIX_SPAWN_APPTYPE_IOS_APPLEDAEMON) {
1159 if ((psa->psa_apptype & POSIX_SPAWN_APPTYPE_OSX_TAL) ||
1160 (psa->psa_apptype & POSIX_SPAWN_APPTYPE_OSX_WIDGET)) {
1161 if ((psa->psa_apptype & POSIX_SPAWN_APPTYPE_OSX_TAL))
2066 if ((px_sa.psa_apptype & POSIX_SPAWN_APPTYPE_DELAYIDLESLEEP) != 0)

Completed in 104 milliseconds