Searched refs:carplay_task_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/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-12377.41.6/osfmk/mach/ |
| H A D | coalition.h | 180 uint32_t carplay_task_count; member
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | coalition.c | 291 uint32_t carplay_task_count; /* Number of CARPLAY_MODE tasks in the coalition */ member 1057 c_debuginfo->carplay_task_count = coal->carplay_task_count; in coalition_debug_info_internal() 1422 assert(coal->carplay_task_count == 0); in coalition_retire() 1691 return coal->carplay_task_count; in task_coalition_carplay_mode_count() 1739 *new_count = os_atomic_add(&coal->carplay_task_count, count, relaxed); in task_coalition_adjust_carplay_mode_count()
|