Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c156 { 0, SDL_ASSERTION_BREAK, "Break" }, in SDL_PromptAssertion()
191 return SDL_ASSERTION_BREAK; in SDL_PromptAssertion()
283 state = SDL_ASSERTION_BREAK; in SDL_PromptAssertion()
367 case SDL_ASSERTION_BREAK: in SDL_ReportAssertion()
/AliOS-Things-master/components/SDL2/include/
A DSDL_assert.h105 SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */ enumerator
154 } else if (sdl_assert_state == SDL_ASSERTION_BREAK) { \

Completed in 3 milliseconds