SDL  2.0
SDL_assert_c.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SDL_AssertionsQuit (void)
 

Function Documentation

◆ SDL_AssertionsQuit()

void SDL_AssertionsQuit ( void  )

Definition at line 385 of file SDL_assert.c.

386 {
388 #ifndef SDL_THREADS_DISABLED
389  if (assertion_mutex != NULL) {
392  }
393 #endif
394 }

References assertion_mutex, NULL, SDL_DestroyMutex, and SDL_GenerateAssertionReport().

Referenced by SDL_Quit().

NULL
#define NULL
Definition: begin_code.h:167
assertion_mutex
static SDL_mutex * assertion_mutex
Definition: SDL_assert.c:59
SDL_GenerateAssertionReport
static void SDL_GenerateAssertionReport(void)
Definition: SDL_assert.c:92
SDL_DestroyMutex
#define SDL_DestroyMutex
Definition: SDL_dynapi_overrides.h:263