Home
last modified time | relevance | path

Searched refs:pipe_ (Results 1 – 7 of 7) sorted by relevance

/third_party/ninja/src/
Dsubprocess-win32.cc32 if (pipe_) { in ~Subprocess()
33 if (!CloseHandle(pipe_)) in ~Subprocess()
46 pipe_ = ::CreateNamedPipeA(pipe_name, in SetupPipe()
51 if (pipe_ == INVALID_HANDLE_VALUE) in SetupPipe()
54 if (!CreateIoCompletionPort(pipe_, ioport, (ULONG_PTR)this, 0)) in SetupPipe()
58 if (!ConnectNamedPipe(pipe_, &overlapped_) && in SetupPipe()
122 CloseHandle(pipe_); in Start()
124 pipe_ = NULL; in Start()
159 if (!GetOverlappedResult(pipe_, &overlapped_, &bytes, TRUE)) { in OnPipeReady()
161 CloseHandle(pipe_); in OnPipeReady()
[all …]
Dsubprocess.h66 HANDLE pipe_; member
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h37 …PUBLIC DEFINE_DRM_DRIVER_DESCRIPTOR(driver_descriptor, driver, driconf, driconf_count, pipe_##driv…
46 …DEFINE_DRM_DRIVER_DESCRIPTOR(driver##_driver_descriptor, driver, driconf, driconf_count, pipe_##dr…
50 pipe_##driver##_create_screen(int fd, const struct pipe_screen_config *config) \
59 driconf_count, pipe_##driver##_create_screen)
/third_party/mesa3d/src/gallium/targets/pipe-loader/
Dmeson.build76 'pipe_@0@'.format(x[1]),
77 'pipe_@0@.c'.format(x[1]),
/third_party/mesa3d/docs/relnotes/
D10.2.rst61 gpu driver(svga), whereas now it loads a shared pipe_*.so driver.
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c168 const struct pipe_##name##_state *state) \
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1012 const struct pipe_##sname##_state *state) \