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

Function do_lock_pi

kernel/orbis/src/umtx.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282}
283static ErrorCode do_lock_pi(Thread *thread, ptr<umutex> m, uint flags,
284 std::uint64_t ut, umutex_lock_mode mode) {
285 // ORBIS_LOG_TODO(__FUNCTION__, m, flags, ut, mode);
286 return do_lock_normal(thread, m, flags, ut, mode);
287}
288static ErrorCode do_lock_pp(Thread *thread, ptr<umutex> m, uint flags,
289 std::uint64_t ut, umutex_lock_mode mode) {
290 // ORBIS_LOG_TODO(__FUNCTION__, m, flags, ut, mode);

Callers 3

umtx_trylock_umutexMethod · 0.85
umtx_lock_umutexMethod · 0.85
umtx_wait_umutexMethod · 0.85

Calls 1

do_lock_normalFunction · 0.85

Tested by

no test coverage detected