Searched refs:read2_stat (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill02.c178 int read2_stat = 0; /*Number of characters read from pipe 2. */ variable
370 read2_stat = read(pipe2_fd[0], pipe_buf, 1);
371 if (read2_stat == -1 && errno == EAGAIN)
372 read2_stat = 0;
380 if (read1_stat == -1 || read2_stat == -1 ||
413 if (read2_stat == SIG_NOT_RECD) {

Completed in 86 milliseconds