Searched refs:proc_exit_lpexit_spinning (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.61.3/bsd/kern/ |
| H A D | kern_exit.c | 244 static int proc_exit_lpexit_spinning = 0; variable 277 proc_exit_lpexit_spinning = 0; 304 proc_exit_lpexit_spinning = 0; 322 error = sysctl_io_number(req, proc_exit_lpexit_spinning, 323 sizeof(proc_exit_lpexit_spinning), &new_value, &changed); 340 SYSCTL_PROC(_debug, OID_AUTO, proc_exit_lpexit_spinning, 358 proc_exit_lpexit_spinning = 1; in proc_exit_lpexit_check() 361 proc_exit_lpexit_spinning = 0; in proc_exit_lpexit_check()
|
| /xnu-10002.61.3/tests/ |
| H A D | stackshot_tests.m | 695 …UCCESS(sysctlbyname("debug.proc_exit_lpexit_spinning", &sysctlValue, &len, NULL, 0), "retrieve deb… 716 …CCESS(sysctlbyname("debug.proc_exit_lpexit_spinning", &sysctlValueB, &blen, NULL, 0), "retrieve de…
|