Home | History | Annotate | Download | only in gdb.threads

Lines Matching defs:sigsuspend

21    The library intercepts calls to WAITPID and SIGSUSPEND in order to
29 result available to the waitpid call then GDB will enter a sigsuspend
47 GDB a SIGCHLD. This means that when GDB enters sigsuspend it will block
50 resolve these problems the library intercepts calls to sigsuspend and
297 /* Perform a real sigsuspend call. */
307 real_func = dlsym (RTLD_NEXT, "sigsuspend");
309 error ("error: failed to find real sigsuspend\n");
315 /* The sigsuspend entry point function. */
318 sigsuspend (const sigset_t *mask)
320 log_msg ("sigsuspend: sigsuspend (0x%p)\n", ((void *) mask));
332 log_msg ("sigsuspend: interrupt for cached waitstatus\n");
340 log_msg ("sigsuspend: real sigsuspend call\n");