mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-19 20:46:05 +00:00
Merge commit 'dbd4b88abc' into main
This commit is contained in:
commit
56ad16fb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ extern "C" {
|
|||
* They are also vulnerable to starvation if the thread holding
|
||||
* the lock is lower priority than other threads and doesn't get
|
||||
* scheduled. In general you should use mutexes instead, since
|
||||
* in general they have better performance and contention behavior.
|
||||
* they have better performance and contention behavior.
|
||||
*
|
||||
* The atomic locks are not safe to lock recursively.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue