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

Method self

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

* Returns the `PID` of the process. * * Valid even before calling spawn. */

Source from the content-addressed store, hash-verified

512 * Valid even before calling spawn.
513 */
514 PID<T> self() const { return PID<T>(static_cast<const T*>(this)); }
515
516protected:
517 // Useful typedefs for dispatch/delay/defer to self()/this.

Callers 15

UPIDMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
timerMethod · 0.45
synchronizedFunction · 0.45
orderMethod · 0.45
synchronizedFunction · 0.45
spawnMethod · 0.45
terminateMethod · 0.45
waitFunction · 0.45
foreachFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

foreachFunction · 0.36
TESTFunction · 0.36
handlerMethod · 0.36
TEST_FFunction · 0.36
SetUpMethod · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36