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

Class ExecDeathTestArgs

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

A struct that encompasses the arguments to the child process of a threadsafe-style death test process.

Source from the content-addressed store, hash-verified

8809// A struct that encompasses the arguments to the child process of a
8810// threadsafe-style death test process.
8811struct ExecDeathTestArgs {
8812 char* const* argv; // Command-line arguments for the child's call to exec
8813 int close_fd; // File descriptor to close; the read end of a pipe
8814};
8815
8816# if GTEST_OS_MAC
8817inline char** GetEnviron() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected