MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / set_child_pid

Method set_child_pid

tests/gtest/gtest-all.cc:8669–8669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8667
8668 protected:
8669 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
8670
8671 private:
8672 // PID of child process during death test; 0 in the child process itself.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected