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

Function do_lock_pp

kernel/orbis/src/umtx.cpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
291 return do_lock_normal(thread, m, flags, ut, mode);
292}
293static ErrorCode do_unlock_normal(Thread *thread, ptr<umutex> m, uint flags) {
294 ORBIS_LOG_TRACE(__FUNCTION__, thread->tid, m, flags);
295

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