Searched refs:alarm (Results 1 - 25 of 43) sorted by relevance

12

/external/valgrind/main/none/tests/s390x/
H A Dex_sig.c31 alarm(1);
37 alarm(1);
/external/valgrind/main/memcheck/tests/
H A Dpost-syscall.c28 alarm(1);
/external/valgrind/main/drd/tests/
H A Dpth_cleanup_handler.c42 alarm(2);
H A Dpth_broadcast.c131 alarm(100);
/external/openssl/crypto/des/
H A Dspeed.c227 alarm(10);
239 alarm(10);
257 alarm(10);
274 alarm(10);
294 alarm(10);
H A Ddes_opts.c397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
475 alarm(10);
/external/openssl/crypto/rc2/
H A Drc2speed.c218 alarm(10);
235 alarm(10);
256 alarm(10);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellGtk.cpp41 // If the alarm alarmed, kill the process since we have a really bad hang.
176 // Install an alarm signal handler that will kill us if we time out.
178 alarm(layoutTestTimeoutForWatchDog() / 1000);
185 // Remove the alarm.
186 alarm(0);
/external/openssl/crypto/rc4/
H A Drc4speed.c217 alarm(10);
234 alarm(10);
/external/dropbear/
H A Dprogressmeter.c234 alarm(UPDATE_INTERVAL);
255 alarm(UPDATE_INTERVAL);
261 alarm(0);
/external/openssh/
H A Dprogressmeter.c245 alarm(UPDATE_INTERVAL);
266 alarm(UPDATE_INTERVAL);
272 alarm(0);
H A Dsshd.c313 alarm(0); /* alarm timer persists across exec */
352 * Signal handler for the alarm after the login grace period has expired.
366 * Signal handler for the key regeneration alarm. Note that this
367 * alarm only occurs in the daemon waiting for connections, and it does not
1286 /* Schedule server key regeneration alarm. */
1288 alarm(options.key_regeneration_time);
1883 * Disable the key regeneration alarm. We will not regenerate the
1887 alarm(0);
1951 * successfully authenticates itself. So we set up an alarm whic
[all...]
/external/e2fsprogs/misc/
H A Duuidd.c252 alarm(30);
273 alarm(0);
338 alarm(timeout);
340 alarm(0);
H A Dbadblocks.c219 alarm(1);
535 alarm(0);
628 alarm (0);
675 alarm (0);
907 alarm(0);
/external/valgrind/main/none/tests/
H A Dasync-sigs.c88 // The alarm() calls is so that if something breaks, we don't get stuck.
91 alarm(10);
/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/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c183 alarm(3); /* noddy timeout. */
/external/oprofile/daemon/
H A Dinit.c215 /* we can lose an alarm or a hup but
262 alarm(60 * 10);
H A Doprofiled.c521 alarm(60 * 10);
/external/chromium/net/tools/flip_server/
H A Depoll_server.h354 // Registers an alarm 'ac' to go off at time 'timeout_time_in_us'.
356 // then the callback will be re-registered at that time, else the alarm
363 // timeout_time_in_us - the absolute time at which the alarm should go off
364 // ac - the alarm which will be called.
368 // Registers an alarm 'ac' to go off at time: (ApproximateNowInUs() +
374 // re-registered at that time, else the alarm owner is responsible for
385 // which point the alarm should go off.
386 // ac - the alarm which will be called.
394 // Unregister the alarm referred to by iterator_token; Callers should
396 // is called, was unregistered, or OnShutdown was called on that alarm
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Deloop.c360 alarm(2);
384 alarm(0);
/external/clang/www/demo/
H A Dindex.cgi267 alarm $TIMEOUTAMOUNT;
269 alarm 0;
/external/oprofile/daemon/liblegacy/
H A Dinit.c181 // we can lost a signal alarm or a signal hup but we don't
293 alarm(60 * 10);
/external/openssl/apps/
H A Ddsaparam.c315 alarm(timebomb);
/external/tcpdump/
H A Dtcpdump.c1025 alarm(1);
1096 alarm(0);
1381 alarm(1);

Completed in 1676 milliseconds

12