Searched refs:proc_exit_lpexit_spin_pos (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_exit.c | 243 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-8796.121.2/tests/ |
| H A D | stackshot_tests.m | 663 …while (0 == sysctlbyname("debug.proc_exit_lpexit_spin_pos", NULL, NULL, &proc_exit_spin_pos, sizeo…
|