mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
sys_cond/sys_mutex improved
This commit is contained in:
parent
43d3ccce95
commit
8175630619
12 changed files with 163 additions and 93 deletions
|
@ -249,7 +249,7 @@ bool CPUThread::Signal()
|
|||
}
|
||||
}
|
||||
|
||||
bool CPUThread::Signaled()
|
||||
bool CPUThread::Unsignal()
|
||||
{
|
||||
// remove SIGNAL and return its old value
|
||||
return (m_state._and_not(CPU_STATE_SIGNAL) & CPU_STATE_SIGNAL) != 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue