mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
gl: Fix a fence deadlock in fence::wait_for_signal
gl: Fix potential race condition when executing local work queue
This commit is contained in:
parent
cee53fcecf
commit
7062efeb3e
4 changed files with 9 additions and 7 deletions
|
|
@ -54,7 +54,7 @@ namespace gl
|
|||
task.cv.wait(lock, [&task] { return task.processed; });
|
||||
}
|
||||
|
||||
verify(HERE), task.result == true;
|
||||
task.received = true;
|
||||
return task.result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue