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

Function sys_process_exit3

kernel/cellos/src/sys_process.cpp:570–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void sys_process_exit3(ppu_thread &ppu, s32 status) {
571 ppu.state += cpu_flag::wait;
572
573 sys_process.warning("_sys_process_exit3(status=%d)", status);
574
575 return _sys_process_exit(ppu, status, 0, 0);
576}
577
578error_code sys_process_spawns_a_self2(vm::ptr<u32> pid, u32 primary_prio,
579 u64 flags, vm::ptr<void> stack,

Callers

nothing calls this directly

Calls 1

_sys_process_exitFunction · 0.85

Tested by

no test coverage detected