Home
last modified time | relevance | path

Searched refs:restart_sig (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dstrace.c2404 unsigned int restart_sig = 0; in dispatch_event() local
2417 if (trace_syscall(current_tcp, &restart_sig) < 0) { in dispatch_event()
2434 restart_sig = WSTOPSIG(*pstatus); in dispatch_event()
2435 print_stopped(current_tcp, si, restart_sig); in dispatch_event()
2444 restart_sig = WSTOPSIG(*pstatus); in dispatch_event()
2445 print_stopped(current_tcp, NULL, restart_sig); in dispatch_event()
2454 restart_sig = 0; in dispatch_event()
2480 ret = trace_syscall(current_tcp, &restart_sig); in dispatch_event()
2527 if (ptrace_restart(restart_op, current_tcp, restart_sig) < 0) { in dispatch_event()