Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp89 typedef std::map< int, executor::exec_handle > exec_handles_map; typedef
302 exec_handles_map& all_exec_handles;
336 exec_handles_map& all_exec_handles_) : in impl()
550 exec_handles_map all_exec_handles;
592 for (exec_handles_map::const_iterator iter = all_exec_handles.begin(); in cleanup()
656 const exec_handles_map::iterator iter = all_exec_handles.find( in post_wait()
794 const auto value = exec_handles_map::value_type(handle.pid(), handle); in spawn_post()
841 const auto value = exec_handles_map::value_type(handle.pid(), handle); in spawn_followup_post()