HomeSort by relevance Sort by last modified time
    Searched refs:alarm (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/oprofile/daemon/
oprofiled.c 521 alarm(60 * 10);
  /external/tcpdump/
tcpdump.c 1025 alarm(1);
1096 alarm(0);
1381 alarm(1);
    [all...]
  /external/openssh/
sshd.c 313 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. *
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c     [all...]
  /external/mksh/src/
check.pl 553 alarm($test{'time-limit'}) if defined $test{'time-limit'};
565 alarm(0) if defined $test{'time-limit'};
    [all...]
histrap.c 1156 int left = alarm(0);
1162 alarm(left);
1274 * XXX: this means the alarm will have no effect if a trap
1275 * is caught after the alarm() was started...not good.
    [all...]
lex.c 1381 alarm(ksh_tmout);
1440 alarm(0);
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 991 if (alarm(MAXWAIT) < 0) {
992 (void) sprintf(errmsg, "%s: alarm", caller);
1008 if (alarm(0) < 0) {
1009 (void) sprintf(errmsg, "%s: alarm", caller);
  /external/sepolicy/
file_contexts 13 /dev/alarm u:object_r:alarm_device:s0
  /external/wpa_supplicant_8/src/utils/
eloop.c 598 alarm(2);
622 alarm(0);
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 92 private Alarm mReorderAlarm = new Alarm();
93 private Alarm mOnExitAlarm = new Alarm();
574 public void onAlarm(Alarm alarm) {
671 public void onAlarm(Alarm alarm) {
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 40 /dev/alarm 600 664 root radio root radio
  /external/dnsmasq/src/
lease.c 223 /* Set alarm for when the first lease expires + slop. */
240 alarm((unsigned)difftime(next_event, now));
dnsmasq.c 717 /* alarm is used to kill TCP children after a fixed time. */
1182 alarm(CHILD_LIFETIME);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 386 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM.
387 If SECONDS is zero, any currently scheduled alarm will be cancelled.
389 alarm scheduled would have signaled, or zero if there wasn't one.
391 to 0 and check its value after calling `alarm', and this might tell you.
393 extern unsigned int alarm (unsigned int __seconds) __THROW;
408 /* Set an alarm to go off (generating a SIGALRM signal) in VALUE
409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the
411 Returns the number of microseconds remaining before the alarm. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 386 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM.
387 If SECONDS is zero, any currently scheduled alarm will be cancelled.
389 alarm scheduled would have signaled, or zero if there wasn't one.
391 to 0 and check its value after calling `alarm', and this might tell you.
393 extern unsigned int alarm (unsigned int __seconds) __THROW;
408 /* Set an alarm to go off (generating a SIGALRM signal) in VALUE
409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the
411 Returns the number of microseconds remaining before the alarm. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 386 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM.
387 If SECONDS is zero, any currently scheduled alarm will be cancelled.
389 alarm scheduled would have signaled, or zero if there wasn't one.
391 to 0 and check its value after calling `alarm', and this might tell you.
393 extern unsigned int alarm (unsigned int __seconds) __THROW;
408 /* Set an alarm to go off (generating a SIGALRM signal) in VALUE
409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the
411 Returns the number of microseconds remaining before the alarm. */
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1471 AlarmManager alarm = local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1558 AlarmManager alarm = local
    [all...]
  /tools/motodev/src/plugins/snippets/
plugin.properties 18 snippet.service.systemService01=Alarm Manager
37 snippet.service.systemService01.description=Obtain a handle to the manager responsible for providing access to the system alarm services
  /external/openssl/apps/
speed.c 117 /* this is done because Cygwin alarm() fails sometimes. */
306 #define alarm alarm_win32 macro
    [all...]
  /external/strace/
strace.c 666 alarm(3);
668 alarm(0);
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /bionic/libc/
Android.mk 10 unistd/alarm.c \
  /external/netperf/
netlib.c 924 /* Create the Alarm event object */
972 fprintf(where,"start_timer: error installing alarm handler ");
979 if (alarm(time) != 0) {
981 "error starting alarm timer, errno %d\n",
998 alarm(0);
    [all...]

Completed in 517 milliseconds

1 2 3 45 6