Home
last modified time | relevance | path

Searched refs:stdio_pipes_initialized_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dspawn_sync.cc390 stdio_pipes_initialized_(false), in SyncProcessRunner()
557 CHECK_EQ(false, stdio_pipes_initialized_); in CloseHandlesAndDeleteLoop()
568 if (stdio_pipes_initialized_) { in CloseStdioPipes()
577 stdio_pipes_initialized_ = false; in CloseStdioPipes()
866 stdio_pipes_initialized_ = true; in ParseStdioOptions()
Dspawn_sync.h209 bool stdio_pipes_initialized_; variable