Skip to content

Commit 14cd37c

Browse files
SDL3/SDL_CopyProperties: clarify introduction of deadlock risk
Live page is here: https://wiki.libsdl.org/SDL3/SDL_CopyProperties
1 parent 5edaa76 commit 14cd37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SDL3/SDL_CopyProperties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ overwritten.
3434
3535
## Thread Safety
3636
37-
It is safe to call this function from any thread.
37+
It is safe to call this function from any thread. This function acquires
38+
simultaneous mutex locks on both the source and destination property sets.
3839
3940
## Version
4041

0 commit comments

Comments
 (0)