Searched refs:SDL_ASSERTION_RETRY (Results 1 – 2 of 2) sorted by relevance
144 { 0, SDL_ASSERTION_RETRY, "Retry" }, in SDL_PromptAssertion()181 return SDL_ASSERTION_RETRY; in SDL_PromptAssertion()238 state = SDL_ASSERTION_RETRY; in SDL_PromptAssertion()320 case SDL_ASSERTION_RETRY: in SDL_ReportAssertion()
102 SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */ enumerator150 if (sdl_assert_state == SDL_ASSERTION_RETRY) { \