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

Method self

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.80
startMethod · 0.80
stopMethod · 0.80
timerMethod · 0.80
synchronizedFunction · 0.80
orderMethod · 0.80
synchronizedFunction · 0.80
spawnMethod · 0.80
terminateMethod · 0.80
waitFunction · 0.80
foreachFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 8

foreachFunction · 0.64
TESTFunction · 0.64
handlerMethod · 0.64
TEST_FFunction · 0.64
SetUpMethod · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64