OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubProcess
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/platform/windows/
subprocess.h
21
//
SubProcess
is not yet implemented for Windows.
22
class
SubProcess
{};
/external/tensorflow/tensorflow/core/platform/posix/
subprocess.h
31
class
SubProcess
{
33
//
SubProcess
()
35
explicit
SubProcess
(int nfds = 3);
38
// It is illegal to delete the
SubProcess
within its exit callback.
39
virtual ~
SubProcess
();
126
TF_DISALLOW_COPY_AND_ASSIGN(
SubProcess
);
subprocess.cc
25
#include "tensorflow/core/platform/
subprocess
.h"
67
SubProcess
::
SubProcess
(int nfds)
78
SubProcess
::~
SubProcess
() {
87
void
SubProcess
::FreeArgs() {
100
void
SubProcess
::ClosePipes() {
113
void
SubProcess
::SetProgram(const string& file,
141
void
SubProcess
::SetChannelAction(Channel chan, ChannelAction action) {
156
bool
SubProcess
::Start()
[
all
...]
Completed in 144 milliseconds