MCPcopy 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
41static KernelMemoryResource *sMemoryResource;

Callers 15

update_emu_cfgMethod · 0.45
operator()Method · 0.45
set_new_stream_paramMethod · 0.45
waitMethod · 0.45
sys_net_bnet_pollFunction · 0.45
sys_fs_readFunction · 0.45
sys_fs_writeFunction · 0.45
sys_fs_opendirFunction · 0.45
sys_fs_statFunction · 0.45
sys_fs_fstatFunction · 0.45
sys_fs_lseekFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected