Searched refs:pipe_ (Results 1 – 6 of 6) sorted by relevance
112 pipe_(NULL), in CrashGenerationServer()159 DisconnectNamedPipe(pipe_); in ~CrashGenerationServer()172 if (pipe_) { in ~CrashGenerationServer()173 CloseHandle(pipe_); in ~CrashGenerationServer()242 pipe_ = CreateNamedPipe(pipe_name_.c_str(), in Start()250 if (pipe_ == INVALID_HANDLE_VALUE) { in Start()284 if (pipe_) { in HandleErrorState()285 CloseHandle(pipe_); in HandleErrorState()286 pipe_ = NULL; in HandleErrorState()308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE; in HandleInitialState()[all …]
233 HANDLE pipe_; variable
32 pipe_(pipe), in DrmCrtc()65 return pipe_; in pipe()
54 unsigned pipe_; variable
8 PIPE_PREFIX ?= pipe_147 $(PIPE_TARGETS_CC): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)154 $(PIPE_TARGETS_CXX): $(PIPE_PREFIX)%.so: pipe_%.o $(PIPE_LIBS) $$(%_LIBS)
107 GalliumD3D11Object<ID3D11##name, struct pipe_##gallium>::~GalliumD3D11Object() \110 pipe_##gallium##_reference(&object, 0); \