Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c155 { 0, SDL_ASSERTION_RETRY, "Retry" }, in SDL_PromptAssertion()
193 return SDL_ASSERTION_RETRY; in SDL_PromptAssertion()
255 state = SDL_ASSERTION_RETRY; in SDL_PromptAssertion()
286 state = SDL_ASSERTION_RETRY; in SDL_PromptAssertion()
366 case SDL_ASSERTION_RETRY: in SDL_ReportAssertion()
/AliOS-Things-master/components/SDL2/include/
A DSDL_assert.h104 SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */ enumerator
152 if (sdl_assert_state == SDL_ASSERTION_RETRY) { \

Completed in 3 milliseconds