Searched refs:CloseHandle (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/ipc/
H A Dipc_channel_unittest.cc99 CloseHandle(pipe); // The channel duplicates the handle.
/external/chromium_org/net/udp/
H A Dudp_socket_win.h293 BOOL CloseHandle(HANDLE handle);
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc382 ::CloseHandle(target_.hProcess);
383 ::CloseHandle(target_.hThread);
468 CloseHandle(pipe_handle_);
471 CloseHandle(logfile_handle);
/external/chromium_org/sandbox/win/tools/launcher/
H A Dlauncher.cc153 ::CloseHandle(job_handle);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h41 #define safe_closehandle(h) do {if (h != INVALID_HANDLE_VALUE) {CloseHandle(h); h = INVALID_HANDLE_VALUE;}} while(0)
H A Dpoll_windows.c216 CloseHandle(overlapped->hEvent);
242 CloseHandle(poll_fd[i].handle);
392 CloseHandle(poll_fd[_index].handle);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc95 CloseHandle(thread_);
/external/chromium_org/v8/src/base/platform/
H A Dsemaphore.cc157 BOOL result = CloseHandle(native_handle_);
/external/pixman/pixman/
H A Dpixman-compiler.h152 CloseHandle (mutex); \
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc95 CloseHandle(thread_);
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs237 Win32.CloseHandle(map_handle_);
250 Win32.CloseHandle(map_handle_);
/external/deqp/framework/delibs/deutil/
H A DdeFile.c232 CloseHandle((HANDLE)handle);
295 CloseHandle(file->handle);
/external/qemu/android/utils/
H A Dfilelock.c167 CloseHandle( processSnapshot );
179 CloseHandle( processSnapshot );
/external/chromium_org/base/
H A Dlogging.cc335 CloseHandle(log);
501 CloseHandle(process_info.hThread);
502 CloseHandle(process_info.hProcess);
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc117 ::CloseHandle(file);
131 ::CloseHandle(fmap_);
685 ::CloseHandle(thread);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc247 ::CloseHandle(pi.hThread);
248 ::CloseHandle(pi.hProcess);
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.cc244 ::CloseHandle(user_token);
275 CloseHandle((HANDLE) reg_key_handle);
/external/chromium_org/components/crash/app/
H A Dbreakpad_win.cc213 ::CloseHandle(pi.hProcess);
214 ::CloseHandle(pi.hThread);
/external/chromium_org/mojo/bindings/js/
H A Dcore.cc27 MojoResult CloseHandle(gin::Handle<gin::HandleWrapper> handle) { function in namespace:mojo::js::__anon8723
252 .SetMethod("close", CloseHandle)
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc43 CloseHandle(process_information->hThread);
49 CloseHandle(process_information->hProcess);
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c409 CloseHandle(pFile->hShared);
417 CloseHandle(pFile->hMutex);
456 CloseHandle(pFile->hShared);
460 CloseHandle(pFile->hMutex);
679 rc = CloseHandle(pFile->h);
1406 bRc = CloseHandle(p->aRegion[i].hMap);
1814 if( hMap ) CloseHandle(hMap);
2238 CloseHandle(h);
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc301 if (!CloseHandle(thread_)) {
322 CloseHandle(thread_);
H A Dwin32filesystem.cc107 ::CloseHandle(process_token);
174 if (!::CloseHandle(handle)) {
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Diowin32.c81 CloseHandle(hFile);
323 CloseHandle(hFile);
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c559 CloseHandle(pi.hThread);
566 CloseHandle(hProcess);

Completed in 728 milliseconds

1234567891011>>