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

  /external/lldb/tools/debugserver/source/
SysSignal.cpp 58 case SIGINFO: return "SIGINFO"; // 29 information request
  /system/core/toolbox/
bsd-compatibility.h 49 #define SIGINFO SIGUSR1
  /ndk/sources/host-tools/make-3.81/
signame.c 217 #if defined (SIGINFO)
218 init_sig (SIGINFO, "INFO", _("Information request"));
  /system/core/toolbox/upstream-netbsd/bin/sleep/
sleep.c 127 signal(SIGINFO, report_request);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 88 sigset_t infoset; /* a set blocking SIGINFO */
133 (void)signal(SIGINFO, summaryx);
136 (void)sigaddset(&infoset, SIGINFO);
583 * A protected against SIGINFO write
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 221 (void)signal(SIGINFO, progress);
  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 143 (void)signal(SIGINFO, progress);
  /external/tcpdump/
tcpdump.c 94 #ifdef SIGINFO
95 #define SIGNAL_REQ_INFO SIGINFO
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 514 case SIGINFO: return "SIGINFO"; // 29 information request
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 480 #define VKI_SIGINFO SIGINFO
  /external/mksh/src/
funcs.c     [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 87 #ifdef SIGINFO
88 #define INFO_SIGNAL SIGINFO
833 // print entire contents of hashtable, invoked via SIGINFO
    [all...]
  /external/bison/
maint.mk 625 SIGINFO SIGINT SIGIO SIGIOT SIGKAP SIGKILL SIGKILLTHR SIGLOST SIGLWP \
    [all...]

Completed in 1157 milliseconds