|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Public Attributes | |
| const char * | cmdline |
| const char * | initdir |
| const std::map< std::string, std::string > * | env |
| bool | captureOutput |
| bool | ignoreOutput |
| bool | newProcessGroup |
| bool | posixUseShell |
| int | posixParentDeathSig |
| char *const * | argv |
| int | outPipe0 |
| int | outPipe1 |
| int | errPipe0 |
| int | errPipe1 |
| pid_t | pid |
| bool | done |
| char* const* cmlabs::utils::PosixLaunchRequest::argv |
Definition at line 4920 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| bool cmlabs::utils::PosixLaunchRequest::captureOutput |
Definition at line 4915 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| const char* cmlabs::utils::PosixLaunchRequest::cmdline |
Definition at line 4912 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| bool cmlabs::utils::PosixLaunchRequest::done |
Definition at line 4924 of file Utils.cpp.
Referenced by cmlabs::utils::NewProcessEx(), cmlabs::utils::ProcessLauncherRun(), and cmlabs::utils::SubmitLaunchRequest().
| const std::map<std::string, std::string>* cmlabs::utils::PosixLaunchRequest::env |
Definition at line 4914 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| int cmlabs::utils::PosixLaunchRequest::errPipe0 |
Definition at line 4921 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| int cmlabs::utils::PosixLaunchRequest::errPipe1 |
Definition at line 4921 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| bool cmlabs::utils::PosixLaunchRequest::ignoreOutput |
Definition at line 4916 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| const char* cmlabs::utils::PosixLaunchRequest::initdir |
Definition at line 4913 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| bool cmlabs::utils::PosixLaunchRequest::newProcessGroup |
Definition at line 4917 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| int cmlabs::utils::PosixLaunchRequest::outPipe0 |
Definition at line 4921 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| int cmlabs::utils::PosixLaunchRequest::outPipe1 |
Definition at line 4921 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| pid_t cmlabs::utils::PosixLaunchRequest::pid |
Definition at line 4923 of file Utils.cpp.
Referenced by cmlabs::utils::NewProcessEx(), cmlabs::utils::ProcessLauncherRun(), and cmlabs::utils::SubmitLaunchRequest().
| int cmlabs::utils::PosixLaunchRequest::posixParentDeathSig |
Definition at line 4919 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().
| bool cmlabs::utils::PosixLaunchRequest::posixUseShell |
Definition at line 4918 of file Utils.cpp.
Referenced by cmlabs::utils::DoPosixForkExec(), and cmlabs::utils::NewProcessEx().