mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
ipmi: use cv to wait async responses
This commit is contained in:
parent
2c781626d3
commit
83ee2942fc
2 changed files with 11 additions and 7 deletions
|
|
@ -71,6 +71,7 @@ struct IpmiClient : RcBase {
|
|||
Ref<IpmiSession> session;
|
||||
shared_mutex mutex;
|
||||
shared_cv sessionCv;
|
||||
shared_cv asyncResponseCv;
|
||||
Process *process;
|
||||
kdeque<MessageQueue> messageQueues;
|
||||
kdeque<EventFlag> eventFlags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue