mirror of https://github.com/libsdl-org/SDL.git
Generally removed generally
This commit is contained in:
parent
40833d2526
commit
dbd4b88abc
|
|
@ -81,7 +81,7 @@ extern "C" {
|
||||||
* They are also vulnerable to starvation if the thread holding
|
* They are also vulnerable to starvation if the thread holding
|
||||||
* the lock is lower priority than other threads and doesn't get
|
* the lock is lower priority than other threads and doesn't get
|
||||||
* scheduled. In general you should use mutexes instead, since
|
* 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.
|
* The atomic locks are not safe to lock recursively.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue