Home
last modified time | relevance | path

Searched defs:CloseHandle (Results 1 – 10 of 10) sorted by relevance

/external/drm_hwcomposer/drm/
DDrmGenericImporter.cpp125 int DrmGenericImporter::CloseHandle(uint32_t gem_handle) { in CloseHandle() function in android::DrmGenericImporter
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.cc22 bool ModuleHandleTraits::CloseHandle(HMODULE handle) { in CloseHandle() function in base::ModuleHandleTraits
/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py105 def close(self, *, CloseHandle=_winapi.CloseHandle): argument
/external/libchrome/base/
Dsync_socket_posix.cc47 bool CloseHandle(SyncSocket::Handle handle) { in CloseHandle() function
/external/libchrome/base/memory/
Dshared_memory_posix.cc58 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { in CloseHandle() function in base::SharedMemory
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilFuchsia.cpp500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand() local
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py101 CloseHandle = _stdcall_libraries['kernel32'].CloseHandle variable
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc96 void MojoTestBase::CloseHandle(MojoHandle h) { in CloseHandle() function in mojo::core::test::MojoTestBase
/external/python/cpython3/Lib/
Dsubprocess.py200 def Close(self, CloseHandle=_winapi.CloseHandle): argument