mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
This commit is contained in:
parent
61c0c009ab
commit
87ad71f9b2
75 changed files with 452 additions and 422 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#define NUM_OVERHEAD_OPS 10000
|
||||
#define NUM_OVERHEAD_OPS_MULT 10
|
||||
|
||||
static SDL_sem *sem;
|
||||
static SDL_Semaphore *sem;
|
||||
static int alive;
|
||||
|
||||
typedef struct Thread_State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue