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

398 {
400 #ifndef SDL_THREADS_DISABLED
401  if (assertion_mutex != NULL) {
404  }
405 #endif
406 }

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

Referenced by SDL_Quit().

NULL
#define NULL
Definition: begin_code.h:164
assertion_mutex
static SDL_mutex * assertion_mutex
Definition: SDL_assert.c:62
SDL_GenerateAssertionReport
static void SDL_GenerateAssertionReport(void)
Definition: SDL_assert.c:95
SDL_DestroyMutex
#define SDL_DestroyMutex
Definition: SDL_dynapi_overrides.h:263