OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:badrc
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c
106
APIRET
badrc
;
local
144
if ((
badrc
= DosAsyncTimer(ms,
164
badrc
= DosWaitEventSem(hevEvent1, SEM_INDEFINITE_WAIT);
167
else if (
badrc
== ERROR_INTERRUPT)
169
else if (
badrc
)
173
badrc
= rc;
177
SDL_SetError("[SDL_Delay] : Had error in %s(), rc is 0x%x\n", e,
badrc
);
Completed in 1607 milliseconds