HomeSort by relevance Sort by last modified time
    Searched refs:SIGUSR1 (Results 276 - 300 of 603) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/syscalls/signalfd4/
signalfd4_02.c 139 sigaddset(&ss, SIGUSR1);
  /external/ltp/testcases/kernel/syscalls/tkill/
tkill02.c 77 TEST(ltp_syscall(__NR_tkill, *(test_cases[i].tid), SIGUSR1));
82 "tkill(%d, SIGUSR1) failed as expected",
86 "tkill(%d, SIGUSR1) failed unexpectedly",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
2-1.c 59 notification.sigev_signo = SIGUSR1;
9-1.c 58 notification.sigev_signo = SIGUSR1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
5-1.c 19 5b. Change mask to SIGUSR1 and check that the handler is called. This means
95 sigaddset(&blocked_set, SIGUSR1);
7-1.c 33 SIGUSR1, SIGUSR2,
8-1.c 32 SIGUSR1, SIGUSR2,
8-2.c 34 SIGUSR1, SIGUSR2,
8-3.c 32 SIGUSR1, SIGUSR2,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
23-17.c 23 * -> register a signal handler for SIGUSR1
24 * -> raise SIGUSR1
25 * -> In handler, check for reentrance then raise SIGUSR1 again.
77 #define SIGNAL SIGUSR1
101 UNRESOLVED(ret, "Failed to raise SIGUSR1 again");
142 /* Install the signal handler for SIGUSR1 */
152 UNRESOLVED(ret, "Failed to raise SIGUSR1");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
12-1.c 36 SIGUSR1, SIGUSR2,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
1-1.c 34 #define TIMERSIGNAL SIGUSR1
2-1.c 35 #define TIMERSIGNAL SIGUSR1
  /external/strace/tests/
clone_ptrace.c 68 const int sig = SIGUSR1;
106 "+++ exited with 0 +++\n", pid, geteuid(), "SIGUSR1",
signal2name.c 30 CASE(SIGUSR1);
  /external/strace/tests-m32/
clone_ptrace.c 68 const int sig = SIGUSR1;
106 "+++ exited with 0 +++\n", pid, geteuid(), "SIGUSR1",
signal2name.c 30 CASE(SIGUSR1);
  /external/strace/tests-mx32/
clone_ptrace.c 68 const int sig = SIGUSR1;
106 "+++ exited with 0 +++\n", pid, geteuid(), "SIGUSR1",
signal2name.c 30 CASE(SIGUSR1);
  /external/valgrind/gdbserver_tests/
passsigalrm.c 21 #define SIGRTMIN SIGUSR1
  /external/valgrind/memcheck/tests/linux/
getregset.c 40 raise(SIGUSR1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 20 #define SIGUSR1 10
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 29 #define SIGUSR1 10
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 29 #define SIGUSR1 10
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 79 SIGUSR1 = C.SIGUSR1

Completed in 503 milliseconds

<<11121314151617181920>>