Home
last modified time | relevance | path

Searched refs:CreateToolhelp32Snapshot (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive.py243 CreateToolhelp32Snapshot = ctypes.windll.kernel32.CreateToolhelp32Snapshot
248 hProcessSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)
/external/chromium/chrome/browser/
Dmemory_details_win.cc79 ::CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in CollectProcessData()
Denumerate_modules_model_win.cc441 base::win::ScopedHandle snap(::CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, in EnumerateLoadedModules()
/external/webkit/Tools/record-memory-win/
Dmain.cpp142 HANDLE hProcessSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in evalProcesses()
/external/qemu/android/utils/
Dfilelock.c158 processSnapshot = CreateToolhelp32Snapshot( TH32CS_SNAPPROCESS, 0 ); in filelock_lock()
/external/v8/src/
Dplatform-win32.cc1049 V(CreateToolhelp32Snapshot) \
1117 typedef HANDLE (__stdcall *DLL_FUNC_TYPE(CreateToolhelp32Snapshot))( typedef
/external/chromium/base/
Dprocess_util_win.cc487 snapshot_ = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in ProcessIterator()