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

Method notify_all

kernel/orbis/src/umtx.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133uint UmtxChain::notify_one(const UmtxKey &key) { return notify_n(key, 1); }
134
135uint UmtxChain::notify_all(const UmtxKey &key) {
136 return notify_n(key, std::numeric_limits<sint>::max());
137}
138} // namespace orbis
139
140orbis::ErrorCode orbis::umtx_lock_umtx(Thread *thread, ptr<umtx> umtx, ulong id,

Callers 15

notify_nMethod · 0.45
umtx_wakeMethod · 0.45
do_unlock_normalFunction · 0.45
umtx_cv_signalMethod · 0.45
umtx_cv_broadcastMethod · 0.45
umtx_rw_unlockMethod · 0.45
umtx_wake_umutexMethod · 0.45
umtx_sem_wakeMethod · 0.45
notifyMethod · 0.45
emitMethod · 0.45

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected