Searched refs:thread_group_id (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | thread_group.c | 184 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 D | thread_group.h | 153 uint64_t thread_group_id(struct thread_group *tg);
|
| H A D | coalition.c | 1050 c_debuginfo->thread_group_id = thread_group_id(group); in coalition_debug_info_internal()
|
| H A D | kern_stackshot.c | 4456 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 D | IOPerfControl.cpp | 403 .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 D | machine_routines_common.c | 314 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 D | machine_routines.h | 848 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 D | coalition.h | 172 uint64_t thread_group_id; member
|
| /xnu-11215/tests/ |
| H A D | carplay_mode.c | 115 coaldebuginfo.thread_group_id, coaldebuginfo.thread_group_recommendation, in get_coal_debuginfo()
|
| H A D | game_mode.c | 116 coaldebuginfo.thread_group_id, coaldebuginfo.thread_group_recommendation, in get_coal_debuginfo()
|
| /xnu-11215/iokit/IOKit/perfcontrol/ |
| H A D | IOPerfControl.h | 284 uint64_t thread_group_id; member
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_sysctl.c | 5513 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,
|