Searched refs:ioport_ (Results 1 – 2 of 2) sorted by relevance
78 HANDLE child_pipe = SetupPipe(set->ioport_); in Start()214 HANDLE SubprocessSet::ioport_; member in SubprocessSet217 ioport_ = ::CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, 0, 1); in SubprocessSet()218 if (!ioport_) in SubprocessSet()228 CloseHandle(ioport_); in ~SubprocessSet()233 if (!PostQueuedCompletionStatus(ioport_, 0, 0, NULL)) in NotifyInterrupted()259 if (!GetQueuedCompletionStatus(ioport_, &bytes_read, (PULONG_PTR)&subproc, in DoWork()
96 static HANDLE ioport_; member