OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timerID
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/
SDL_systimer.c
113
static UINT
timerID
= 0;
133
timerID
= timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC);
134
if ( !
timerID
) {
143
if (
timerID
) {
144
timeKillEvent(
timerID
);
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c
149
static UINT
timerID
= 0;
169
timerID
= timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC);
170
if ( !
timerID
) {
179
if (
timerID
) {
180
timeKillEvent(
timerID
);
/external/chromium_org/third_party/npapi/bindings/
npfunctions.h
122
typedef uint32_t (*NPN_ScheduleTimerPtr)(NPP instance, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t
timerID
));
123
typedef void (*NPN_UnscheduleTimerPtr)(NPP instance, uint32_t
timerID
);
npapi.h
908
uint32_t NP_LOADDS NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t
timerID
));
909
void NP_LOADDS NPN_UnscheduleTimer(NPP instance, uint32_t
timerID
);
/external/lldb/test/pexpect-2.4/examples/
cgishell.cgi
474
timerID
= setTimeout("poll()", 2000);
475
// clearTimeout(
timerID
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h
[
all
...]
Completed in 1317 milliseconds