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

/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill02.c180 int readB_stat = 0; /*Number of characters read from pipe B. */ variable
376 readB_stat = read(pipeB_fd[0], pipe_buf, 1);
377 if (readB_stat == -1 && errno == EAGAIN)
378 readB_stat = 0;
381 readA_stat == -1 || readB_stat == -1) {
414 if (readB_stat == SIG_NOT_RECD) {

Completed in 122 milliseconds