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

Method notify_one

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

Source from the content-addressed store, hash-verified

131}
132
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());

Callers 15

do_unlock_normalFunction · 0.45
umtx_cv_signalMethod · 0.45
umtx_rw_wrlockMethod · 0.45
umtx_wake_umutexMethod · 0.45
umtx_sem_wakeMethod · 0.45
umtx_wake2_umutexMethod · 0.45
umtx_wake3_umutexMethod · 0.45
pipe_writeFunction · 0.45
unblockMethod · 0.45
blockMethod · 0.45
ipmiCreateSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected