/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 593 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/ |
D | xsWin32TestProcess.cpp | 87 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/dbus/dbus/ |
D | dbus-file-win.c | 147 CloseHandle (hnd); in _dbus_file_get_contents() 158 CloseHandle (hnd); in _dbus_file_get_contents() 182 CloseHandle (hnd); in _dbus_file_get_contents() 190 CloseHandle (hnd); in _dbus_file_get_contents() 195 CloseHandle (hnd); in _dbus_file_get_contents() 311 if (CloseHandle (hnd) == 0) in _dbus_string_save_to_file() 342 CloseHandle (hnd); in _dbus_string_save_to_file() 394 if (CloseHandle (hnd) == 0) in _dbus_create_file_exclusively()
|
D | dbus-sysdeps-thread-win.c | 73 CloseHandle (event); in DllMain() 81 CloseHandle (event); in DllMain() 112 CloseHandle ((HANDLE *) mutex); in _dbus_platform_cmutex_free() 118 CloseHandle ((HANDLE *) mutex); in _dbus_platform_rmutex_free()
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 134 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/ |
D | l2_packet_winpcap.c | 232 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()
|
D | l2_packet_ndis.c | 417 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/ |
D | sync_socket_posix.cc | 46 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() 117 const bool retval = CloseHandle(handle_); in Close()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.cc | 135 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()
|
D | minidump_generator.cc | 286 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()
|
D | client_info.cc | 124 CloseHandle(process_handle_); in ~ClientInfo() 128 CloseHandle(dump_requested_handle_); in ~ClientInfo() 132 CloseHandle(dump_generated_handle_); in ~ClientInfo()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 68 CloseHandle(thread) == 0); in pthread_join() 101 ok &= (CloseHandle(condition->waiting_sem_) != 0); in pthread_cond_destroy() 102 ok &= (CloseHandle(condition->received_sem_) != 0); in pthread_cond_destroy() 103 ok &= (CloseHandle(condition->signal_event_) != 0); in pthread_cond_destroy()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | condition_variable_event_win.cc | 113 CloseHandle(events_[WAKE]); in ~ConditionVariableEventWin() 114 CloseHandle(events_[WAKEALL_1]); in ~ConditionVariableEventWin() 115 CloseHandle(events_[WAKEALL_0]); in ~ConditionVariableEventWin()
|
/external/gptfdisk/ |
D | diskio-windows.cc | 66 CloseHandle(fd); in OpenForRead() 97 CloseHandle(fd); in OpenForWrite() 103 CloseHandle(fd); in OpenForWrite() 118 CloseHandle(fd); in Close()
|
/external/opencv3/3rdparty/libwebp/utils/ |
D | thread.c | 52 CloseHandle(thread) == 0); in pthread_join() 80 ok &= (CloseHandle(condition->waiting_sem_) != 0); in pthread_cond_destroy() 81 ok &= (CloseHandle(condition->received_sem_) != 0); in pthread_cond_destroy() 82 ok &= (CloseHandle(condition->signal_event_) != 0); in pthread_cond_destroy()
|
/external/libevent/ |
D | event_iocp.c | 216 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/fio/engines/ |
D | windowsaio.c | 110 CloseHandle(hFile); in fio_windowsaio_init() 140 CloseHandle(wd->iothread); in fio_windowsaio_cleanup() 141 CloseHandle(wd->iocomplete_event); in fio_windowsaio_cleanup() 227 if (!CloseHandle(f->hFile)) { in fio_windowsaio_close_file() 396 CloseHandle(ctx->iocp); in IoCompletionRoutine() 406 CloseHandle(o->o.hEvent); in fio_windowsaio_io_u_free()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | win32.py | 101 CloseHandle = _stdcall_libraries['kernel32'].CloseHandle variable 102 CloseHandle.restype = BOOL 103 CloseHandle.argtypes = [HANDLE]
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 313 CloseHandle(si.hStdInput); 323 CloseHandle(si.hStdInput); 324 CloseHandle(si.hStdOutput); 332 CloseHandle(si.hStdInput); 333 CloseHandle(si.hStdOutput); 370 CloseHandle(si.hStdInput); 371 CloseHandle(si.hStdOutput); 372 CloseHandle(si.hStdError); 438 CloseHandle(PI.ProcessHandle); 442 CloseHandle(PI.ProcessHandle); [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | threading.h | 32 …n(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) 33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) 91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 184 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/fio/os/ |
D | os-windows.h | 136 CloseHandle(hFile); in blockdev_size() 181 CloseHandle(h); in fio_setaffinity() 197 CloseHandle(h); in fio_getaffinity()
|
/external/webp/src/utils/ |
D | thread.c | 101 CloseHandle(thread) == 0); in pthread_join() 136 ok &= (CloseHandle(condition->waiting_sem_) != 0); in pthread_cond_destroy() 137 ok &= (CloseHandle(condition->received_sem_) != 0); in pthread_cond_destroy() 138 ok &= (CloseHandle(condition->signal_event_) != 0); in pthread_cond_destroy()
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 121 ::CloseHandle(Handle); in Destruct() 137 ::CloseHandle(Handle); in Destruct() 450 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile); in main() 468 ::CloseHandle(ExitingProcess->second); in main() 473 ::CloseHandle(DebugEvent.u.CreateThread.hThread); in main()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cc | 110 CloseHandle(pi.hProcess); in run_parent() 111 CloseHandle(pi.hThread); in run_parent()
|