MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / sigaction

Class sigaction

tensorflow/core/platform/posix/subprocess.cc:355–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 // registered a SIGPIPE handler, then let it deal with any signals generated
354 // by the premature death of the child process, don't overwrite its handler.
355 struct sigaction act;
356 if (sigaction(SIGPIPE, nullptr, &act) < 0) {
357 LOG(ERROR) << "Communicate cannot get SIGPIPE handler: " << strerror(errno);
358 return 1;

Callers 1

CommunicateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected