Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dtty.c2984 proc_t pick; in ttyinfo_locked() local
3023 pick = NULL; in ttyinfo_locked()
3025 if (proc_compare(pick, p)) { in ttyinfo_locked()
3026 pick = p; in ttyinfo_locked()
3029 pickpid = proc_getpid(pick); in ttyinfo_locked()
3037 pick = proc_find(pickpid); in ttyinfo_locked()
3038 if (pick == PROC_NULL) { in ttyinfo_locked()
3044 proc_lock(pick); in ttyinfo_locked()
3045 if (TAILQ_EMPTY(&pick->p_uthlist) || in ttyinfo_locked()
3046 (uthread = TAILQ_FIRST(&pick->p_uthlist)) == NULL || in ttyinfo_locked()
[all …]
/xnu-10002.41.9/osfmk/kern/
H A Dkcdata.modulemap5 // would pick up the old one in the SDK rather than mapping to the new one in
H A Dkern_debug.modulemap10 // itself, and so Xcode would pick up the old one in the SDK rather than
/xnu-10002.41.9/doc/memorystatus/
H A Dkill.md90 …performs a synchronous kill. If not, it asks the `memorystatus_thread` to pick and kill a process.…
124 …d do aggressive jetsam. If not, we do `MEMORYSTATUS_KILL_TOP_PROCESS` and pick the specific kill c…
H A Doverview.md69 1. If the system is unhealthy, pick a recovery action and perform it. See `memorystatus_pick_action…
/xnu-10002.41.9/osfmk/mach/
H A Dmach_types.defs742 simport <kern/ipc_mig.h>; /* pick up kernel-specific MIG things */
/xnu-10002.41.9/doc/
H A Dsched_clutch_edge.md55 …uantum[bucket] / cpu`. During this window all root bucket selections will pick the bucket the star…