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

Function do_unlock_pp

kernel/orbis/src/umtx.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 return do_unlock_normal(thread, m, flags);
328}
329static ErrorCode do_unlock_pp(Thread *thread, ptr<umutex> m, uint flags) {
330 ORBIS_LOG_TODO(__FUNCTION__, m, flags);
331 return do_unlock_normal(thread, m, flags);
332}
333
334} // namespace orbis
335

Callers 1

umtx_unlock_umutexMethod · 0.85

Calls 1

do_unlock_normalFunction · 0.85

Tested by

no test coverage detected