mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
[orbis-kernel] Implement umtx_cv_wait
This commit is contained in:
parent
646b4f2b46
commit
e01dfbfbe7
2 changed files with 49 additions and 2 deletions
|
|
@ -25,6 +25,10 @@ inline constexpr auto kUrwLockWriteWaiters = 0x40000000;
|
|||
inline constexpr auto kUrwLockReadWaiters = 0x20000000;
|
||||
inline constexpr auto kUrwLockMaxReaders = 0x1fffffff;
|
||||
|
||||
inline constexpr auto kCvWaitCheckUnparking = 0x01;
|
||||
inline constexpr auto kCvWaitAbsTime = 0x02;
|
||||
inline constexpr auto kCvWaitClockId = 0x04;
|
||||
|
||||
inline constexpr auto kSemNamed = 2;
|
||||
|
||||
struct umtx {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue