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

Function exited

src/process.cpp:4109–4115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4107namespace inject {
4108
4109bool exited(const UPID& from, const UPID& to)
4110{
4111 process::initialize();
4112
4113 ExitedEvent* event = new ExitedEvent(from);
4114 return process_manager->deliver(to, event, __process__);
4115}
4116
4117} // namespace inject {
4118

Callers 4

synchronizedFunction · 0.85
consumeMethod · 0.85
TEST_FFunction · 0.85

Calls 2

deliverMethod · 0.80
initializeFunction · 0.70

Tested by 2

TEST_FFunction · 0.68