MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isSystemProcess

Method isSystemProcess

include/kprocess.h:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 U32 signal(U32 signal);
154 void signalFd(KThread* thread, U32 signal);
155 bool isSystemProcess() {return this->systemProcess;}
156
157 void iterateThreads(std::function<bool(KThread*)> callback);
158 void iterateThreadIds(std::function<bool(U32)> callback);

Callers 2

execveMethod · 0.95
scheduleThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected