Searched refs:game_task_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/tests/ |
| H A D | game_mode.c | 115 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-11417.140.69/osfmk/mach/ |
| H A D | coalition.h | 177 uint32_t game_task_count; member
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | coalition.c | 290 uint32_t game_task_count; /* Number of GAME_MODE tasks in the coalition */ member 1042 c_debuginfo->game_task_count = coal->game_task_count; in coalition_debug_info_internal() 1407 assert(coal->game_task_count == 0); in coalition_retire() 1667 return coal->game_task_count; in task_coalition_game_mode_count() 1712 *new_count = os_atomic_add(&coal->game_task_count, count, relaxed); in task_coalition_adjust_game_mode_count()
|