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

Function process_getpid

kernel/cellos/src/sys_process.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58ps3_process_info_t g_ps3_process_info;
59
60s32 process_getpid() {
61 // TODO: get current process id
62 return 1;
63}
64
65s32 sys_process_getpid() {
66 sys_process.trace("sys_process_getpid() -> 1");

Calls

no outgoing calls

Tested by

no test coverage detected