Home
last modified time | relevance | path

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

/xnu-11215.41.3/osfmk/kern/
H A Dthread_act.c419 int32_t thread_user_stop_count; in thread_suspend() local
434 thread_user_stop_count = thread->user_stop_count; in thread_suspend()
440 thread->thread_id, thread_user_stop_count); in thread_suspend()
454 int32_t thread_user_stop_count; in thread_resume() local
473 thread_user_stop_count = thread->user_stop_count; in thread_resume()
478 thread->thread_id, thread_user_stop_count, result); in thread_resume()