MCPcopy Create free account
hub / github.com/3rdparty/libprocess / reap

Function reap

src/reap.cpp:152–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152Future<Option<int>> reap(pid_t pid)
153{
154 // The reaper process is instantiated in `process::initialize`.
155 process::initialize();
156
157 return dispatch(
158 internal::reaper,
159 &internal::ReaperProcess::reap,
160 pid);
161}
162
163} // namespace process {

Callers 3

subprocessFunction · 0.85
TESTFunction · 0.85
manageMethod · 0.85

Calls 2

initializeFunction · 0.70
dispatchFunction · 0.70

Tested by 1

TESTFunction · 0.68