Searched refs:carplay_task_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/tests/ |
| H A D | carplay_mode.c | 114 coaldebuginfo.carplay_task_count, coaldebuginfo.thread_group_flags, in get_coal_debuginfo() 139 …T_ASSERT_EQ(coaldebuginfo_res.carplay_task_count, expected_count, "should have carplay in res coal… in check_carplay_mode_count() 140 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_jet.carplay_task_count, 0, "should not have carplay in jet coal… in check_carplay_mode_count() 142 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_res.carplay_task_count, 0, "should not have carplay in res coal… in check_carplay_mode_count() 143 …T_ASSERT_EQ(coaldebuginfo_jet.carplay_task_count, expected_count, "should have carplay in jet coal… in check_carplay_mode_count() 149 T_ASSERT_EQ(coaldebuginfo_res.carplay_task_count, 0, "should not have carplay in res coalition"); in check_carplay_mode_count() 150 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_jet.carplay_task_count, 0, "should not have carplay in jet coal… in check_carplay_mode_count() 152 …T_QUIET; T_ASSERT_EQ(coaldebuginfo_res.carplay_task_count, 0, "should not have carplay in res coal… in check_carplay_mode_count() 153 T_ASSERT_EQ(coaldebuginfo_jet.carplay_task_count, 0, "should not have carplay in jet coalition"); in check_carplay_mode_count()
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | coalition.h | 178 uint32_t carplay_task_count; member
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | coalition.c | 291 uint32_t carplay_task_count; /* Number of CARPLAY_MODE tasks in the coalition */ member 1043 c_debuginfo->carplay_task_count = coal->carplay_task_count; in coalition_debug_info_internal() 1408 assert(coal->carplay_task_count == 0); in coalition_retire() 1677 return coal->carplay_task_count; in task_coalition_carplay_mode_count() 1725 *new_count = os_atomic_add(&coal->carplay_task_count, count, relaxed); in task_coalition_adjust_carplay_mode_count()
|