Home
last modified time | relevance | path

Searched refs:insert_pair (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp823 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()
[all …]