Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ unlock
Method
unlock
kernel/orbis/src/KernelAllocator.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
void lock() const { m_heap_mtx.lock(); }
38
void unlock() const { m_heap_mtx.unlock(); }
39
};
40
41
static KernelMemoryResource *sMemoryResource;
Callers
15
update_emu_cfg
Method · 0.45
operator()
Method · 0.45
set_new_stream_param
Method · 0.45
wait
Method · 0.45
sys_net_bnet_poll
Function · 0.45
sys_fs_read
Function · 0.45
sys_fs_write
Function · 0.45
sys_fs_opendir
Function · 0.45
sys_fs_stat
Function · 0.45
sys_fs_fstat
Function · 0.45
sys_fs_lseek
Function · 0.45
sys_spu_thread_initialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected