MCPcopy Create free account
hub / github.com/apache/mesos / creator

Method creator

3rdparty/libprocess/include/process/timer.hpp:55–58  ·  view source on GitHub ↗

Returns the PID of the running process when this timer was created (via timers::create) or an empty PID if no process was running when this timer was created.

Source from the content-addressed store, hash-verified

53 // created (via timers::create) or an empty PID if no process was
54 // running when this timer was created.
55 process::UPID creator() const
56 {
57 return pid;
58 }
59
60private:
61 friend class Clock;

Callers 1

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected