HomeSort by relevance Sort by last modified time
    Searched refs:SIGWINCH (Results 1 - 25 of 292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 38 SIGWINCH = 28 # Window size changed
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 38 SIGWINCH = 28 # Window size changed
  /external/valgrind/memcheck/tests/linux/
sigqueue.c 28 si->si_signo = SIGWINCH;
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
  /external/libedit/src/
sig.h 58 _DO(SIGWINCH)
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 65 #define SIGWINCH __SigWinch ///< Added for Posix timer functions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 62 #define SIGWINCH 28 /* Window size change (4.3 BSD, Sun). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 62 #define SIGWINCH 28 /* Window size change (4.3 BSD, Sun). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 62 #define SIGWINCH 28 /* Window size change (4.3 BSD, Sun). */
  /prebuilts/go/darwin-x86/src/os/signal/
signal_test.go 48 // Send this process a SIGWINCH
49 t.Logf("sigwinch...")
50 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
51 waitSig(t, c1, syscall.SIGWINCH)
113 // Send SIGWINCH. By default this signal should be ignored.
114 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
117 // Ask to be notified on c1 when a SIGWINCH is received.
119 Notify(c1, syscall.SIGWINCH)
127 // Send this process a SIGWINCH and wait for notification on c1.
128 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
signal_test.go 48 // Send this process a SIGWINCH
49 t.Logf("sigwinch...")
50 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
51 waitSig(t, c1, syscall.SIGWINCH)
113 // Send SIGWINCH. By default this signal should be ignored.
114 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
117 // Ask to be notified on c1 when a SIGWINCH is received.
119 Notify(c1, syscall.SIGWINCH)
127 // Send this process a SIGWINCH and wait for notification on c1.
128 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
    [all...]
  /external/ltp/lib/
signame.h 80 #ifdef SIGWINCH
81 PAIR(SIGWINCH)
  /bionic/libc/private/
bionic_sigdefs.h 58 __BIONIC_SIGDEF(SIGWINCH, "Window size changed")
  /prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 60 __BIONIC_SIGDEF(SIGWINCH,28,"Window size changed")
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 61 #define SIGWINCH 28
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 61 #define SIGWINCH 28
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 57 #define SIGWINCH 20
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 66 #define SIGWINCH 28
  /development/ndk/platforms/android-21/arch-arm/include/asm/
signal.h 61 #define SIGWINCH 28

Completed in 2034 milliseconds

1 2 3 4 5 6 7 8 91011>>