Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp320 struct thread_group * thread_group = thread_group_get(thread); in threadGroupForDextService()
397 auto *thread_group = thread_group_get(current_thread()); in workSubmit()
430 auto *thread_group = thread_group_get(current_thread()); in workSubmitAndBegin()
628 auto *thread_group = thread_group_get(current_thread()); in workSubmitWithContext()
/xnu-11215/osfmk/kern/
H A Dthread_group.h139 struct thread_group *thread_group_get(thread_t t);
H A Dstartup.c971 processor->current_thread_group = thread_group_get(thread); in load_context()
H A Dprocessor.c532 processor->current_thread_group = thread_group_get(thread); in processor_state_update_from_thread()
1811 struct thread_group *tg = thread_group_get(thread); in recommended_pset_type()
H A Dthread_group.c624 thread_group_get(thread_t t) in thread_group_get() function
H A Dtimer_call.c1864 uint32_t tg_flags = thread_group_get_flags(thread_group_get(cthread)); in timer_compute_leeway()
H A Dsched_prim.c4964 struct thread_group *tg = thread_group_get(thread); in sched_ipi_deferred_policy()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c313 struct thread_group *tg = thread_group_get(thread); in machine_switch_populate_perfcontrol_thread_data()
519 struct thread_group *tg = thread_group_get(new_thread); in machine_thread_going_on_core()
553 struct thread_group *tg = thread_group_get(old_thread); in machine_thread_going_off_core()
741 tg = thread_group_get(thread); in machine_work_interval_notify()
/xnu-11215/bsd/kern/
H A Dkern_sysctl.c5513 uint64_t thread_group_id = thread_group_get_id(thread_group_get(current_thread()));