Searched defs:alarm (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_timer.c22 TIMER_ALARM_LOW = 0x08, // set low bits of alarm and activate it
23 TIMER_ALARM_HIGH = 0x0c, // set high bits of next alarm
178 int64_t alarm; local
182 alarm = s->alarm_low | (int64_t)s->alarm_high << 32;
183 //printf("next alarm at %lld, tps %lld\n", alarm, ticks_per_sec);
184 //qemu_mod_timer(s->timer, alarm);
/external/openssl/apps/
H A Dspeed.c117 /* this is done because Cygwin alarm() fails sometimes. */
306 #define alarm alarm_win32 macro
2584 alarm(SECONDS);
2602 alarm(tm);

Completed in 318 milliseconds