MCPcopy Create free account
hub / github.com/alibaba/GraphScope / blockSignal

Function blockSignal

flex/bin/interactive_server.cc:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void blockSignal(int sig) {
58 sigset_t set;
59 sigemptyset(&set);
60 sigaddset(&set, sig);
61 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0) {
62 perror("pthread_sigmask");
63 }
64}
65
66// When graph_schema is not specified, codegen proxy will use the running graph
67// schema in graph_db_service

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected