Home
last modified time | relevance | path

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

/xnu-11215/tests/sched/
H A DMakefile41 sched/thread_group_flags: CODE_SIGN_ENTITLEMENTS = sched/thread_group_flags.entitlements
42 sched/thread_group_flags: OTHER_CFLAGS += -DENTITLED=1
43 sched/thread_group_flags: OTHER_LDFLAGS += -framework ktrace
44 sched/thread_group_flags: sched/thread_group_flags_workload_config.h
47 SCHED_TARGETS += sched/thread_group_flags
/xnu-11215/tests/
H A Dcarplay_mode.c114 coaldebuginfo.carplay_task_count, coaldebuginfo.thread_group_flags, in get_coal_debuginfo()
145 T_ASSERT_BITS_SET(coaldebuginfo_jet.thread_group_flags, THREAD_GROUP_FLAGS_CARPLAY_MODE, in check_carplay_mode_count()
155 T_ASSERT_BITS_NOTSET(coaldebuginfo_jet.thread_group_flags, THREAD_GROUP_FLAGS_CARPLAY_MODE, in check_carplay_mode_count()
159 …T_QUIET; T_ASSERT_BITS_NOTSET(coaldebuginfo_res.thread_group_flags, THREAD_GROUP_FLAGS_CARPLAY_MOD… in check_carplay_mode_count()
H A Dgame_mode.c115 coaldebuginfo.game_task_count, coaldebuginfo.thread_group_flags, in get_coal_debuginfo()
146 T_ASSERT_BITS_SET(coaldebuginfo_jet.thread_group_flags, THREAD_GROUP_FLAGS_GAME_MODE, in check_game_mode_count()
156 T_ASSERT_BITS_NOTSET(coaldebuginfo_jet.thread_group_flags, THREAD_GROUP_FLAGS_GAME_MODE, in check_game_mode_count()
160 T_QUIET; T_ASSERT_BITS_NOTSET(coaldebuginfo_res.thread_group_flags, THREAD_GROUP_FLAGS_GAME_MODE, in check_game_mode_count()
/xnu-11215/osfmk/mach/
H A Dcoalition.h174 uint32_t thread_group_flags; member
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c581 data.thread_group_flags = thread_group_get_flags(tg); in machine_thread_group_init()
595 data.thread_group_flags = thread_group_get_flags(tg); in machine_thread_group_deinit()
609 data.thread_group_flags = flags; in machine_thread_group_flags_update()
H A Dmachine_routines.h872 uint32_t thread_group_flags; member
/xnu-11215/osfmk/kern/
H A Dkcdata.h842 enum thread_group_flags { enum
H A Dcoalition.c1051 c_debuginfo->thread_group_flags = thread_group_get_flags(group); in coalition_debug_info_internal()
/xnu-11215/libkdd/
H A Dkcdata.h842 enum thread_group_flags { enum