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

References NULL, SDL_DestroyMutex, and SDL_GenerateAssertionReport().

Referenced by SDL_Quit().

388 {
390 #ifndef SDL_THREADS_DISABLED
391  if (assertion_mutex != NULL) {
394  }
395 #endif
396 }
static void SDL_GenerateAssertionReport(void)
Definition: SDL_assert.c:95
#define NULL
Definition: begin_code.h:164
#define SDL_DestroyMutex
static SDL_mutex * assertion_mutex
Definition: SDL_assert.c:62