Lines Matching refs:sig_recv
5083 char sig_recv = 0;5086 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL);5087 return(int)sig_recv;