MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sigaction

Class sigaction

dpdk/drivers/net/tap/rte_eth_tap.c:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 /* Find a free realtime signal */
250 for (signo = SIGRTMIN + 1; signo < SIGRTMAX; signo++) {
251 struct sigaction sa;
252
253 if (sigaction(signo, NULL, &sa) == -1) {
254 TAP_LOG(WARNING,

Callers 1

tun_allocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected