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

  /external/valgrind/main/coregrind/m_gdbserver/
signals.c 325 #if defined (VKI_SIGCHLD)
326 if (hostsig == VKI_SIGCHLD)
570 #if defined (VKI_SIGCHLD) || defined (VKI_SIGCLD)
572 #if defined (VKI_SIGCHLD)
573 return VKI_SIGCHLD;
  /external/valgrind/main/coregrind/
m_libcproc.c 382 ir = VG_(sigaction)(VKI_SIGCHLD, &sa, &saved_sa);
388 ir = VG_(sigaction)(VKI_SIGCHLD, &sa2, NULL);
m_signals.c 745 case VKI_SIGCHLD:
    [all...]
  /external/valgrind/main/include/vki/
vki-mips32-linux.h 135 #define VKI_SIGCHLD 18 /* Child status has changed (POSIX). */
136 #define VKI_SIGCLD VKI_SIGCHLD /* Same as SIGCHLD (System V). */
    [all...]
vki-mips64-linux.h 145 #define VKI_SIGCHLD 18 /* Child status has changed (POSIX). */
146 #define VKI_SIGCLD VKI_SIGCHLD /* Same as SIGCHLD (System V). */
    [all...]
vki-amd64-linux.h 101 #define VKI_SIGCHLD 17
vki-arm64-linux.h 108 #define VKI_SIGCHLD 17
vki-arm-linux.h 123 #define VKI_SIGCHLD 17
vki-ppc32-linux.h 124 #define VKI_SIGCHLD 17
    [all...]
vki-ppc64-linux.h 126 #define VKI_SIGCHLD 17
vki-s390x-linux.h 168 #define VKI_SIGCHLD 17
vki-x86-linux.h 119 #define VKI_SIGCHLD 17
vki-darwin.h 471 #define VKI_SIGCHLD SIGCHLD

Completed in 486 milliseconds