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

  /external/valgrind/main/none/tests/
pending.c 21 ( sig == SIGUSR1 ? "SIGUSR1" : "unexpected signal" ));
23 if (sig != SIGUSR1) {
39 sigset_t sigusr1; local
42 sigemptyset(&sigusr1);
43 sigaddset(&sigusr1, SIGUSR1);
47 signal(SIGUSR1, handler);
51 kill(getpid(), SIGUSR1);
64 sigprocmask(SIG_UNBLOCK, &sigusr1, NULL)
    [all...]
  /external/oprofile/daemon/
opd_perfmon.c 93 sig_atomic_t sigusr1; member in struct:child
122 children[i].sigusr1 = 1;
171 sigaddset(&mask, SIGUSR1);
179 if (sigaction(SIGUSR1, &act, NULL)) {
180 perror("oprofiled: install of SIGUSR1 handler failed");
322 self->sigusr1 = 0;
359 sigdelset(&sigmask, SIGUSR1);
363 if (self->sigusr1) {
365 self->sigusr1 = 0;
412 xen_ctx->sigusr1 = 0
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1616 static int sigusr1 = 0; variable
    [all...]

Completed in 1741 milliseconds