Searched refs:SDL_ASSERTION_RETRY (Results 1 – 2 of 2) sorted by relevance
155 { 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()
104 SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */ enumerator152 if (sdl_assert_state == SDL_ASSERTION_RETRY) { \
Completed in 3 milliseconds