MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / sys_process_getpid

Function sys_process_getpid

kernel/cellos/src/sys_process.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65s32 sys_process_getpid() {
66 sys_process.trace("sys_process_getpid() -> 1");
67 return process_getpid();
68}
69
70s32 sys_process_getppid() {
71 sys_process.todo("sys_process_getppid() -> 0");

Callers

nothing calls this directly

Calls 1

process_getpidFunction · 0.85

Tested by

no test coverage detected