mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
[orbis-kernel] Implement umtx_wake_umutex
This commit is contained in:
parent
51150f4b07
commit
9a3054a5d1
4 changed files with 32 additions and 15 deletions
|
|
@ -38,6 +38,8 @@ struct UmtxChain {
|
|||
|
||||
std::pair<const UmtxKey, UmtxCond> *enqueue(UmtxKey &key, Thread *thr);
|
||||
void erase(std::pair<const UmtxKey, UmtxCond> *obj);
|
||||
void notify_one(const UmtxKey &key);
|
||||
void notify_all(const UmtxKey &key);
|
||||
};
|
||||
|
||||
class alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__) KernelContext final {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue