Home
last modified time | relevance | path

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

/third_party/node/src/
Dspawn_sync.cc388 stdio_count_(0), in SyncProcessRunner()
861 stdio_count_ = js_stdio_options->Length(); in ParseStdioOptions()
862 uv_stdio_containers_ = new uv_stdio_container_t[stdio_count_]; in ParseStdioOptions()
865 stdio_pipes_.resize(stdio_count_); in ParseStdioOptions()
868 for (uint32_t i = 0; i < stdio_count_; i++) { in ParseStdioOptions()
881 uv_process_options_.stdio_count = stdio_count_; in ParseStdioOptions()
939 CHECK_LT(child_fd, stdio_count_); in AddStdioIgnore()
952 CHECK_LT(child_fd, stdio_count_); in AddStdioPipe()
974 CHECK_LT(child_fd, stdio_count_); in AddStdioInheritFD()
Dspawn_sync.h206 uint32_t stdio_count_; variable