Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.c184 thread_group_id(struct thread_group *tg) in thread_group_id() function
777 thread_group_id(old_tg), thread_group_id(resolved_tg), in thread_set_resolved_thread_group()
783 thread_group_id(old_tg), thread_group_id(resolved_tg), in thread_set_resolved_thread_group()
784 thread_tid(t), thread_group_id(home_tg)); in thread_set_resolved_thread_group()
956 thread_group_id(old_tg), thread_group_id(tg), in thread_set_preadopt_thread_group()
968 thread_group_id(old_tg), thread_group_id(tg), in thread_set_preadopt_thread_group()
976 thread_group_id(old_tg), thread_group_id(tg), in thread_set_preadopt_thread_group()
977 thread_tid(t), thread_group_id(home_tg)); in thread_set_preadopt_thread_group()
1053 thread_group_id(old_tg), thread_group_id(tg), in thread_set_thread_group()
1116 thread_group_id(old_tg), thread_group_id(resolved_tg), in thread_set_autojoin_thread_group_locked()
[all …]
H A Dthread_group.h153 uint64_t thread_group_id(struct thread_group *tg);
H A Dcoalition.c1050 c_debuginfo->thread_group_id = thread_group_id(group); in coalition_debug_info_internal()
H A Dkern_stackshot.c4456 uint64_t thread_group_id = thread->thread_group ? thread_group_get_id(thread->thread_group) : 0; in kcdata_record_thread_snapshot() local
4457 …or(kcdata_get_memory_addr(kcd, STACKSHOT_KCTYPE_THREAD_GROUP, sizeof(thread_group_id), &out_addr)); in kcdata_record_thread_snapshot()
4458 kdp_memcpy((void*)out_addr, &thread_group_id, sizeof(uint64_t)); in kcdata_record_thread_snapshot()
/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp403 .thread_group_id = thread_group_get_id(thread_group), in workSubmit()
436 .thread_group_id = thread_group_get_id(thread_group), in workSubmitAndBegin()
475 .thread_group_id = thread_group_get_id(entry->thread_group), in workBegin()
497 .thread_group_id = thread_group_get_id(entry->thread_group), in workEnd()
600 .thread_group_id = thread_group_get_id(work_context->thread_group), in workSubmitAndBeginWithContext()
635 .thread_group_id = thread_group_get_id(thread_group), in workSubmitWithContext()
681 .thread_group_id = thread_group_get_id(work_context->thread_group), in workUpdateWithContext()
709 .thread_group_id = thread_group_get_id(work_context->thread_group), in workBeginWithContext()
737 .thread_group_id = thread_group_get_id(work_context->thread_group), in workEndWithContext()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c314 data->thread_group_id = thread_group_get_id(tg); in machine_switch_populate_perfcontrol_thread_data()
520 on_core.thread_group_id = thread_group_get_id(tg); in machine_thread_going_on_core()
554 off_core.thread_group_id = thread_group_get_id(tg); in machine_thread_going_off_core()
578 data.thread_group_id = thread_group_get_id(tg); in machine_thread_group_init()
592 data.thread_group_id = thread_group_get_id(tg); in machine_thread_group_deinit()
606 data.thread_group_id = thread_group_get_id(tg); in machine_thread_group_flags_update()
629 blocked_data.thread_group_id = thread_group_get_id(blocked_tg); in machine_thread_group_blocked()
642 blocking_data.thread_group_id = thread_group_get_id(blocking_tg); in machine_thread_group_blocked()
671 unblocked_data.thread_group_id = thread_group_get_id(unblocked_tg); in machine_thread_group_unblocked()
684 unblocking_data.thread_group_id = thread_group_get_id(unblocking_tg); in machine_thread_group_unblocked()
[all …]
H A Dmachine_routines.h848 uint64_t thread_group_id; member
863 uint64_t thread_group_id; member
869 uint64_t thread_group_id; member
891 uint64_t thread_group_id; member
915 uint64_t thread_group_id; member
951 uint64_t thread_group_id; member
/xnu-11215/osfmk/mach/
H A Dcoalition.h172 uint64_t thread_group_id; member
/xnu-11215/tests/
H A Dcarplay_mode.c115 coaldebuginfo.thread_group_id, coaldebuginfo.thread_group_recommendation, in get_coal_debuginfo()
H A Dgame_mode.c116 coaldebuginfo.thread_group_id, coaldebuginfo.thread_group_recommendation, in get_coal_debuginfo()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h284 uint64_t thread_group_id; member
/xnu-11215/bsd/kern/
H A Dkern_sysctl.c5513 uint64_t thread_group_id = thread_group_get_id(thread_group_get(current_thread())); variable
5514 return SYSCTL_OUT(req, &thread_group_id, sizeof(thread_group_id));
5517 SYSCTL_PROC(_kern, OID_AUTO, thread_group_id, CTLFLAG_RD | CTLFLAG_LOCKED | CTLTYPE_QUAD,