Home
last modified time | relevance | path

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

/xnu-11215/tests/recount/
H A Drecount_tests.c149 struct usr_sys_times thread_active = fn(getpid()); in test_usr_sys_time_sanity() local
150 _assert_increasing(&init, &thread_active, name, in test_usr_sys_time_sanity()
157 _assert_increasing(&thread_active, &thread_top_active, name, in test_usr_sys_time_sanity()
/xnu-11215/bsd/kern/
H A Dkern_exec.c5002 boolean_t thread_active; in proc_exec_switch_task() local
5018 thread_active = thread_is_active(old_thread); in proc_exec_switch_task()
5024 if (proc_active && task_active && thread_active) { in proc_exec_switch_task()