Searched refs:first_stop_event_sp (Results 1 – 3 of 3) sorted by relevance
1147 EventSP first_stop_event_sp; in DoExecute() local1149 std::nullopt, &first_stop_event_sp, rebroadcast_first_stop, in DoExecute()1154 assert(first_stop_event_sp); in DoExecute()1155 process_sp->BroadcastEvent(first_stop_event_sp); in DoExecute()
3457 EventSP first_stop_event_sp; in Launch() local3458 state = m_process_sp->WaitForProcessToStop(std::nullopt, &first_stop_event_sp, in Launch()3466 assert(first_stop_event_sp); in Launch()3467 m_process_sp->BroadcastEvent(first_stop_event_sp); in Launch()
2599 EventSP first_stop_event_sp; in Launch() local2601 LaunchPrivate(launch_info, state_after_launch, first_stop_event_sp); in Launch()2624 HandlePrivateEvent(first_stop_event_sp); in Launch()