Home
last modified time | relevance | path

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

/third_party/gn/src/base/win/
Dscoped_handle.cc12 bool HandleTraits::CloseHandle(HANDLE handle) { in CloseHandle() function in base::win::HandleTraits
/third_party/python/Lib/asyncio/
Dwindows_utils.py105 def close(self, *, CloseHandle=_winapi.CloseHandle): argument
/third_party/node/src/
Denv-inl.h232 inline void Environment::CloseHandle(T* handle, OnCloseCallback callback) { in CloseHandle() function
/third_party/python/Lib/
Dsubprocess.py218 def Close(self, CloseHandle=_winapi.CloseHandle): argument