rwlock: Added SDL_rwlock API for shared locks.

This commit is contained in:
Ryan C. Gordon
2023-04-24 01:07:59 -04:00
parent 776820526b
commit e474047ff8
31 changed files with 1244 additions and 20 deletions

View File

@@ -844,6 +844,13 @@ SDL3_0.0.0 {
SDL_CreateWindowWithPosition;
SDL_GetAudioStreamFormat;
SDL_SetAudioStreamFormat;
SDL_CreateRWLock;
SDL_LockRWLockForReading;
SDL_LockRWLockForWriting;
SDL_TryLockRWLockForReading;
SDL_TryLockRWLockForWriting;
SDL_UnlockRWLock;
SDL_DestroyRWLock;
# extra symbols go here (don't modify this line)
local: *;
};