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

/linux-master/tools/testing/vsock/
H A Dvsock_test.c1063 static sig_atomic_t have_sigpipe; variable
1067 have_sigpipe = 1;
1074 have_sigpipe = 0;
1082 if (!have_sigpipe) {
1087 have_sigpipe = 0;
1095 if (have_sigpipe) {

Completed in 448 milliseconds