Lines Matching full:insert_pair
823 auto insert_pair = _pimpl->all_exec_handles.insert(value); in spawn_post() local
824 if (!insert_pair.second) { in spawn_post()
826 _pimpl->stale_exec_handles.push_front(insert_pair.first->second); in spawn_post()
827 _pimpl->all_exec_handles.erase(insert_pair.first); in spawn_post()
828 insert_pair = _pimpl->all_exec_handles.insert(value); in spawn_post()
829 INV_MSG(insert_pair.second, F("PID %s still in all_exec_handles") % in spawn_post()
870 auto insert_pair = _pimpl->all_exec_handles.insert(value); in spawn_followup_post() local
871 if (!insert_pair.second) { in spawn_followup_post()
873 _pimpl->stale_exec_handles.push_front(insert_pair.first->second); in spawn_followup_post()
874 _pimpl->all_exec_handles.erase(insert_pair.first); in spawn_followup_post()
875 insert_pair = _pimpl->all_exec_handles.insert(value); in spawn_followup_post()
876 INV_MSG(insert_pair.second, F("PID %s still in all_exec_handles") % in spawn_followup_post()