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()
3309 EventSP first_stop_event_sp; in Launch() local3310 state = m_process_sp->WaitForProcessToStop(std::nullopt, &first_stop_event_sp, in Launch()3316 assert(first_stop_event_sp); in Launch()3317 m_process_sp->BroadcastEvent(first_stop_event_sp); in Launch()
2631 EventSP first_stop_event_sp; in Launch() local2633 LaunchPrivate(launch_info, state_after_launch, first_stop_event_sp); in Launch()2656 HandlePrivateEvent(first_stop_event_sp); in Launch()