Home
last modified time | relevance | path

Searched refs:assertion_running (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c315 static int assertion_running = 0; in SDL_ReportAssertion() local
343 assertion_running++; in SDL_ReportAssertion()
344 if (assertion_running > 1) { /* assert during assert! Abort. */ in SDL_ReportAssertion()
345 if (assertion_running == 2) { in SDL_ReportAssertion()
347 } else if (assertion_running == 3) { /* Abort asserted! */ in SDL_ReportAssertion()
375 assertion_running--; in SDL_ReportAssertion()

Completed in 4 milliseconds