Searched refs:restart_sig (Results 1 – 1 of 1) sorted by relevance
2472 unsigned int restart_sig = 0; in dispatch_event() local2491 if (trace_syscall(current_tcp, &restart_sig) < 0) { in dispatch_event()2508 restart_sig = WSTOPSIG(status); in dispatch_event()2509 print_stopped(current_tcp, &wd->si, restart_sig); in dispatch_event()2518 restart_sig = WSTOPSIG(status); in dispatch_event()2519 print_stopped(current_tcp, NULL, restart_sig); in dispatch_event()2528 restart_sig = 0; in dispatch_event()2554 ret = trace_syscall(current_tcp, &restart_sig); in dispatch_event()2605 if (ptrace_restart(restart_op, current_tcp, restart_sig) < 0) { in dispatch_event()