Home | History | Annotate | Download | only in coregrind

Lines Matching full:sigusr1

1594 static int sigusr1 = 0;
1604 else if (signum == SIGUSR1) {
1605 sigusr1++;
1609 "write \\003 on SIGUSR1", /* notify */ True);
1661 /* SIGUSR1: this is used to facilitate automatic testing. When
1663 if (sigaction (SIGUSR1, &action, &oldaction) != 0)
1664 XERROR (errno, "vgdb error sigaction SIGUSR1\n");