Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ sigaction
Class
sigaction
security/tls_socket-test.cc:220–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
TEST_F(TlsSocketTest, TestTlsSocketInterrupted) {
219
// Set up a no-op signal handler for SIGUSR2.
220
struct sigaction sa, sa_old;
221
memset(&sa, 0, sizeof(sa));
222
sa.sa_handler = &handler;
223
sigaction(SIGUSR2, &sa, &sa_old);
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.56