Home
last modified time | relevance | path

Searched refs:CloseHandle (Results 1 – 25 of 195) sorted by relevance

12345678

/external/python/cpython2/PC/VS8.0/
Dkill_python.c52 CloseHandle(hsm); in main()
71 CloseHandle(hsm); in main()
99 CloseHandle(hsp); in main()
133 CloseHandle(hsp); in main()
134 CloseHandle(hsm); in main()
151 CloseHandle(hsp); in main()
152 CloseHandle(hsm); in main()
158 CloseHandle(hsp); in main()
159 CloseHandle(hsm); in main()
160 CloseHandle(hp); in main()
[all …]
/external/python/cpython2/PC/VS9.0/
Dkill_python.c52 CloseHandle(hsm); in main()
71 CloseHandle(hsm); in main()
99 CloseHandle(hsp); in main()
133 CloseHandle(hsp); in main()
134 CloseHandle(hsm); in main()
151 CloseHandle(hsp); in main()
152 CloseHandle(hsm); in main()
158 CloseHandle(hsp); in main()
159 CloseHandle(hsm); in main()
160 CloseHandle(hp); in main()
[all …]
/external/deqp/framework/delibs/deutil/
DdeProcess.c593 CloseHandle(process->procInfo.hProcess); in deProcess_cleanupHandles()
596 CloseHandle(process->procInfo.hThread); in deProcess_cleanupHandles()
666 CloseHandle(stdInRead); in deProcess_start()
667 CloseHandle(stdInWrite); in deProcess_start()
675 CloseHandle(stdInRead); in deProcess_start()
676 CloseHandle(stdInWrite); in deProcess_start()
677 CloseHandle(stdOutRead); in deProcess_start()
678 CloseHandle(stdOutWrite); in deProcess_start()
686 CloseHandle(stdInRead); in deProcess_start()
687 CloseHandle(stdInWrite); in deProcess_start()
[all …]
/external/deqp/execserver/
DxsWin32TestProcess.cpp87 CloseHandle(m_handle); in ~Event()
355 CloseHandle(m_logFile); in ~TestLogReader()
384 CloseHandle(m_logFile); in stop()
424 CloseHandle(m_standardErr); in cleanupHandles()
427 CloseHandle(m_standardOut); in cleanupHandles()
430 CloseHandle(m_standardIn); in cleanupHandles()
433 CloseHandle(m_procInfo.hProcess); in cleanupHandles()
436 CloseHandle(m_procInfo.hThread); in cleanupHandles()
484 CloseHandle(readHandle); in createPipeWithOverlappedIO()
546 if (stdInRead != INVALID_HANDLE_VALUE) CloseHandle(stdInRead); in start()
[all …]
/external/libchrome/base/win/
Dscoped_handle_test_dll.cc66 ::CloseHandle(ready_event); in InternalRunThreadTest()
70 ::CloseHandle(thread); in InternalRunThreadTest()
71 ::CloseHandle(start_event); in InternalRunThreadTest()
76 ::CloseHandle(start_event); in InternalRunThreadTest()
79 ::CloseHandle(thread); in InternalRunThreadTest()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc134 ASSERT_TRUE(::CloseHandle(child_stdout_write)); in RunCommand()
146 ASSERT_TRUE(::CloseHandle(process_info.hThread)); in RunCommand()
147 ASSERT_TRUE(::CloseHandle(process_info.hProcess)); in RunCommand()
148 ASSERT_TRUE(::CloseHandle(child_stdin_write)); in RunCommand()
149 ASSERT_TRUE(::CloseHandle(child_stdin_read)); in RunCommand()
150 ASSERT_TRUE(::CloseHandle(child_stdout_read)); in RunCommand()
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_winpcap.c232 CloseHandle(l2->rx_avail); in l2_packet_init()
233 CloseHandle(l2->rx_done); in l2_packet_init()
234 CloseHandle(l2->rx_notify); in l2_packet_init()
273 CloseHandle(l2->rx_thread_done); in l2_packet_deinit_timeout()
274 CloseHandle(l2->rx_thread); in l2_packet_deinit_timeout()
278 CloseHandle(l2->rx_avail); in l2_packet_deinit_timeout()
279 CloseHandle(l2->rx_done); in l2_packet_deinit_timeout()
280 CloseHandle(l2->rx_notify); in l2_packet_deinit_timeout()
Dl2_packet_ndis.c417 CloseHandle(l2_ndisuio_global->stop_request); in l2_packet_init()
421 CloseHandle(l2_ndisuio_global->ready_for_read); in l2_packet_init()
425 CloseHandle(l2_ndisuio_global->rx_processed); in l2_packet_init()
440 CloseHandle(l2_ndisuio_global->stop_request); in l2_packet_init()
500 CloseHandle(l2_ndisuio_global->rx_thread); in l2_packet_deinit()
501 CloseHandle(l2_ndisuio_global->stop_request); in l2_packet_deinit()
502 CloseHandle(l2_ndisuio_global->ready_for_read); in l2_packet_deinit()
503 CloseHandle(l2_ndisuio_global->rx_processed); in l2_packet_deinit()
515 CloseHandle(l2->rx_avail); in l2_packet_deinit()
/external/libchrome/base/
Dsync_socket_posix.cc46 bool CloseHandle(SyncSocket::Handle handle) { in CloseHandle() function
77 CloseHandle(handles[0]); in CreatePair()
78 CloseHandle(handles[1]); in CreatePair()
89 CloseHandle(handles[0]); in CreatePair()
90 CloseHandle(handles[1]); in CreatePair()
116 const bool retval = CloseHandle(handle_); in Close()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc135 CloseHandle(crash_event_); in ~CrashGenerationClient()
139 CloseHandle(crash_generated_); in ~CrashGenerationClient()
143 CloseHandle(server_alive_); in ~CrashGenerationClient()
191 CloseHandle(pipe); in Register()
208 CloseHandle(pipe); in RequestUpload()
222 CloseHandle(pipe); in ConnectToServer()
Dminidump_generator.cc286 CloseHandle(dump_file_); in ~MinidumpGenerator()
290 CloseHandle(full_dump_file_); in ~MinidumpGenerator()
371 CloseHandle(dump_file_); in WriteMinidump()
374 CloseHandle(full_dump_file_); in WriteMinidump()
380 CloseHandle(dump_file_); in WriteMinidump()
383 CloseHandle(full_dump_file_); in WriteMinidump()
417 CloseHandle(dump_file_); in WriteMinidump()
420 CloseHandle(full_dump_file_); in WriteMinidump()
Dclient_info.cc124 CloseHandle(process_handle_); in ~ClientInfo()
128 CloseHandle(dump_requested_handle_); in ~ClientInfo()
132 CloseHandle(dump_generated_handle_); in ~ClientInfo()
/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_event_win.cc113 CloseHandle(events_[WAKE]); in ~ConditionVariableEventWin()
114 CloseHandle(events_[WAKEALL_1]); in ~ConditionVariableEventWin()
115 CloseHandle(events_[WAKEALL_0]); in ~ConditionVariableEventWin()
/external/gptfdisk/
Ddiskio-windows.cc66 CloseHandle(fd); in OpenForRead()
97 CloseHandle(fd); in OpenForWrite()
103 CloseHandle(fd); in OpenForWrite()
118 CloseHandle(fd); in Close()
/external/libevent/
Devent_iocp.c216 CloseHandle(port->port); in event_iocp_port_launch()
220 CloseHandle(port->shutdownSemaphore); in event_iocp_port_launch()
229 CloseHandle(port->port); in _event_iocp_port_unlock_and_free()
230 CloseHandle(port->shutdownSemaphore); in _event_iocp_port_unlock_and_free()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc40 CloseHandle(wpi->hProcess);
161 CloseHandle(wpi->hProcess);
252 CloseHandle(si.hStdInput);
266 CloseHandle(si.hStdInput);
267 CloseHandle(si.hStdOutput);
285 CloseHandle(si.hStdInput);
286 CloseHandle(si.hStdOutput);
287 CloseHandle(si.hStdError);
/external/libusb/libusb/os/
Dwindows_nt_common.c344 CloseHandle(event); in windows_init_clock()
354 CloseHandle(event); in windows_init_clock()
358 CloseHandle(event); in windows_init_clock()
379 CloseHandle(timer_thread); in windows_destroy_clock()
446 CloseHandle(request.event); in windows_clock_gettime()
457 CloseHandle(request.event); in windows_clock_gettime()
/external/swiftshader/src/Common/
DThread.cpp44 CloseHandle(handle); in join()
85 CloseHandle(handle); in ~Event()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py101 CloseHandle = _stdcall_libraries['kernel32'].CloseHandle variable
102 CloseHandle.restype = BOOL
103 CloseHandle.argtypes = [HANDLE]
/external/libmojo/mojo/edk/system/
Dmultiprocess_message_pipe_unittest.cc692 CloseHandle(p0); in TEST_F()
693 CloseHandle(p1); in TEST_F()
713 CloseHandle(p0); in TEST_F()
714 CloseHandle(p1); in TEST_F()
720 CloseHandle(p2); in TEST_F()
721 CloseHandle(p3); in TEST_F()
775 CloseHandle(p0); in TEST_F()
813 CloseHandle(handles[i]); in DEFINE_TEST_CLIENT_WITH_PIPE()
857 CloseHandle(echo_factory_proxy); in TEST_F()
858 CloseHandle(echo_proxy_a); in TEST_F()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c184 CloseHandle(dst->pipe); in ctrl_open_pipe()
204 CloseHandle(dst->pipe); in ctrl_open_pipe()
229 CloseHandle(dst->overlap.hEvent); in ctrl_close_pipe()
239 CloseHandle(dst->pipe); in ctrl_close_pipe()
616 CloseHandle(dst->pipe); in global_open_pipe()
636 CloseHandle(dst->pipe); in global_open_pipe()
661 CloseHandle(dst->overlap.hEvent); in global_close_pipe()
671 CloseHandle(dst->pipe); in global_close_pipe()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h97 CloseHandle(thread) == 0); in pthread_join()
137 ok &= (CloseHandle(condition->waiting_sem_) != 0); in pthread_cond_destroy()
138 ok &= (CloseHandle(condition->received_sem_) != 0); in pthread_cond_destroy()
139 ok &= (CloseHandle(condition->signal_event_) != 0); in pthread_cond_destroy()
/external/python/cpython2/PC/
Dw9xpopen.c106 CloseHandle(pi.hProcess); in main()
107 CloseHandle(pi.hThread); in main()
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp121 ::CloseHandle(Handle); in Destruct()
137 ::CloseHandle(Handle); in Destruct()
448 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile); in main()
466 ::CloseHandle(ExitingProcess->second); in main()
471 ::CloseHandle(DebugEvent.u.CreateThread.hThread); in main()
/external/fio/engines/
Dwindowsaio.c110 CloseHandle(hFile); in fio_windowsaio_init()
145 CloseHandle(wd->iothread); in fio_windowsaio_cleanup()
146 CloseHandle(wd->iocomplete_event); in fio_windowsaio_cleanup()
232 if (!CloseHandle(f->hFile)) { in fio_windowsaio_close_file()
399 CloseHandle(ctx->iocp); in IoCompletionRoutine()

12345678