Home
last modified time | relevance | path

Searched refs:game_task_count (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/tests/
H A Dgame_mode.c115 coaldebuginfo.game_task_count, coaldebuginfo.thread_group_flags, in get_coal_debuginfo()
140 …T_ASSERT_EQ(coaldebuginfo_res.game_task_count, expected_count, "should have game in res coalition"… in check_game_mode_count()
141 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_jet.game_task_count, 0, "should not have game in jet coalition"… in check_game_mode_count()
143 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_res.game_task_count, 0, "should not have game in res coalition"… in check_game_mode_count()
144 …T_ASSERT_EQ(coaldebuginfo_jet.game_task_count, expected_count, "should have game in jet coalition"… in check_game_mode_count()
150 T_ASSERT_EQ(coaldebuginfo_res.game_task_count, 0, "should not have game in res coalition"); in check_game_mode_count()
151 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_jet.game_task_count, 0, "should not have game in jet coalition"… in check_game_mode_count()
153 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_res.game_task_count, 0, "should not have game in res coalition"… in check_game_mode_count()
154 T_ASSERT_EQ(coaldebuginfo_jet.game_task_count, 0, "should not have game in jet coalition"); in check_game_mode_count()
/xnu-12377.41.6/osfmk/mach/
H A Dcoalition.h179 uint32_t game_task_count; member
/xnu-12377.41.6/osfmk/kern/
H A Dcoalition.c290 uint32_t game_task_count; /* Number of GAME_MODE tasks in the coalition */ member
1056 c_debuginfo->game_task_count = coal->game_task_count; in coalition_debug_info_internal()
1421 assert(coal->game_task_count == 0); in coalition_retire()
1681 return coal->game_task_count; in task_coalition_game_mode_count()
1726 *new_count = os_atomic_add(&coal->game_task_count, count, relaxed); in task_coalition_adjust_game_mode_count()