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

Method cleanup

kernel/cellos/src/lv2.cpp:2057–2064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2055}
2056
2057void lv2_obj::cleanup() {
2058 g_ppu = nullptr;
2059 g_scheduler_ready = false;
2060 g_to_sleep.clear();
2061 g_waiting.clear();
2062 g_pending = 0;
2063 s_yield_frequency = 0;
2064}
2065
2066void lv2_obj::schedule_all(u64 current_time) {
2067 auto it = std::find(g_to_notify, std::end(g_to_notify),

Callers 9

_sys_lwmutex_lockFunction · 0.45
_sys_lwmutex_unlockFunction · 0.45
_sys_lwmutex_unlock2Function · 0.45
sys_mutex_lockFunction · 0.45
sys_mutex_unlockFunction · 0.45
raw_spu_destroyFunction · 0.45
_sys_ppu_thread_exitFunction · 0.45
sys_ppu_thread_joinFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected