mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +00:00
rwlock: Added SDL_rwlock API for shared locks.
This commit is contained in:
parent
776820526b
commit
e474047ff8
31 changed files with 1244 additions and 20 deletions
|
@ -1225,6 +1225,9 @@
|
|||
<ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c">
|
||||
<Filter>thread\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\thread\windows\SDL_sysrwlock_srw.c">
|
||||
<Filter>thread\windows</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\thread\windows\SDL_syssem.c">
|
||||
<Filter>thread\windows</Filter>
|
||||
</ClCompile>
|
||||
|
@ -1237,6 +1240,9 @@
|
|||
<ClCompile Include="..\..\src\thread\generic\SDL_syscond.c">
|
||||
<Filter>thread\generic</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c">
|
||||
<Filter>thread\generic</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\stdlib\SDL_crc16.c">
|
||||
<Filter>stdlib</Filter>
|
||||
</ClCompile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue