Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty.c2879 proc_t pick; in ttyinfo_locked() local
2927 for (pick = NULL; p != NULL; p = p->p_pglist.le_next) { in ttyinfo_locked()
2928 if (proc_compare(pick, p)) { in ttyinfo_locked()
2929 pick = p; in ttyinfo_locked()
2932 pickpid = proc_getpid(pick); in ttyinfo_locked()
2941 pick = proc_find(pickpid); in ttyinfo_locked()
2942 if (pick == PROC_NULL) { in ttyinfo_locked()
2946 if (TAILQ_EMPTY(&pick->p_uthlist) || in ttyinfo_locked()
2947 (uthread = TAILQ_FIRST(&pick->p_uthlist)) == NULL || in ttyinfo_locked()
2951 proc_rele(pick); in ttyinfo_locked()
[all …]
/xnu-8019.80.24/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-8019.80.24/osfmk/mach/
H A Dmach_types.defs740 simport <kern/ipc_mig.h>; /* pick up kernel-specific MIG things */
/xnu-8019.80.24/doc/
H A Dsched_clutch_edge.md55 …uantum[bucket] / cpu`. During this window all root bucket selections will pick the bucket the star…