Searched refs:thread_group_flags (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/tests/sched/ |
| H A D | Makefile | 41 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 D | carplay_mode.c | 114 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 D | game_mode.c | 115 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 D | coalition.h | 174 uint32_t thread_group_flags; member
|
| /xnu-11215/osfmk/arm/ |
| H A D | machine_routines_common.c | 581 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 D | machine_routines.h | 872 uint32_t thread_group_flags; member
|
| /xnu-11215/osfmk/kern/ |
| H A D | kcdata.h | 842 enum thread_group_flags { enum
|
| H A D | coalition.c | 1051 c_debuginfo->thread_group_flags = thread_group_get_flags(group); in coalition_debug_info_internal()
|
| /xnu-11215/libkdd/ |
| H A D | kcdata.h | 842 enum thread_group_flags { enum
|