HomeSort by relevance Sort by last modified time
    Searched refs:ALRM (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 51 __BIONIC_SIGDEF(ALRM,14,"Alarm clock")
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(ALRM,14,"Alarm clock")
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.cpp 46 ADDSIGNAL(ALRM, false, false, true, "alarm");
  /external/clang/www/demo/
index.cgi 266 local $SIG{ALRM} = sub { die "timeout"; };

Completed in 243 milliseconds