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 332 of file SDL_assert.c.

References NULL, SDL_DestroyMutex, and SDL_GenerateAssertionReport().

Referenced by SDL_Quit().

333 {
335  if (assertion_mutex != NULL) {
338  }
339 }
static void SDL_GenerateAssertionReport(void)
Definition: SDL_assert.c:87
#define NULL
Definition: begin_code.h:143
#define SDL_DestroyMutex
static SDL_mutex * assertion_mutex
Definition: SDL_assert.c:56