Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dwork_interval.c920 …core = ((thread != current_thread()) && (thread->state & TH_RUN) && (thread_get_runq(thread) == PR… in thread_set_work_interval()
H A Dthread.h1858 extern processor_t thread_get_runq(thread_t thread);
H A Dsched_prim.c1581 if (thread_get_runq(thread) != PROCESSOR_NULL) { in thread_isoncpu()
2165 if (thread_get_runq(thread) != PROCESSOR_NULL && thread->last_made_runnable_time < longtime) { in sched_vm_group_maintenance()
2167 } else if (thread_get_runq(thread) == PROCESSOR_NULL) { in sched_vm_group_maintenance()
6597 processor_t processor = thread_get_runq(thread); in thread_run_queue_remove()
8479 if (thread_get_runq(m_thread) == PROCESSOR_NULL || in sched_consider_recommended_cores()
H A Dthread.c3784 thread_get_runq(thread_t thread) in thread_get_runq() function