Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp302 exec_handles_map& all_exec_handles; member
343 all_exec_handles(all_exec_handles_), cleaned(false) in impl()
386 all_exec_handles.erase(original_pid); in cleanup()
550 exec_handles_map all_exec_handles; member
566 all_exec_handles(), in impl()
592 for (exec_handles_map::const_iterator iter = all_exec_handles.begin(); in cleanup()
593 iter != all_exec_handles.end(); ++iter) { in cleanup()
611 all_exec_handles.clear(); in cleanup()
656 const exec_handles_map::iterator iter = all_exec_handles.find( in post_wait()
690 all_exec_handles))); in post_wait()
[all …]
H A Dexecutor_pid_test.cpp62 …cess/executor.cpp:779: Invariant check failed: PID 60876 already in all_exec_handles; not properly…