MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / sigaction

Class sigaction

src/util/thpool/thpool.c:410–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409 /* Register signal handler */
410 struct sigaction act;
411 sigemptyset(&act.sa_mask);
412 act.sa_flags = 0;
413 act.sa_handler = thread_hold;

Callers 1

thread_doFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected