Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite05.c48 static volatile int sigpipe_cnt; variable
53 sigpipe_cnt++; in sighandler()
60 sigpipe_cnt = 0; in verify_write()
66 if (tc->exp_errno == EPIPE && sigpipe_cnt != 1) in verify_write()
67 tst_res(TFAIL, "sigpipe_cnt = %i", sigpipe_cnt); in verify_write()
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe08.c19 static volatile int sigpipe_cnt; variable
24 sigpipe_cnt++; in sighandler()
31 sigpipe_cnt = 0; in run()
37 TST_EXP_EQ_LI(sigpipe_cnt, 1); in run()

Completed in 1 milliseconds