Home
last modified time | relevance | path

Searched refs:proc_exit_lpexit_spin_pos (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/bsd/kern/
H A Dkern_exit.c243 static int proc_exit_lpexit_spin_pos = -1; /* point to block */ variable
295 error = sysctl_io_number(req, proc_exit_lpexit_spin_pos,
296 sizeof(proc_exit_lpexit_spin_pos), &new_value, &changed);
302 proc_exit_lpexit_spin_pos = new_value;
335 SYSCTL_PROC(_debug, OID_AUTO, proc_exit_lpexit_spin_pos,
352 proc_exit_lpexit_spin_pos == pos) { in proc_exit_lpexit_check()
/xnu-10002.61.3/tests/
H A Dstackshot_tests.m670 …while (0 == sysctlbyname("debug.proc_exit_lpexit_spin_pos", NULL, NULL, &proc_exit_spin_pos, sizeo…