Searched defs:CreateToolhelp32Snapshot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1314 hSnapShot = os::Kernel32Dll::CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pid ) ;
5223 inline HANDLE os::Kernel32Dll::CreateToolhelp32Snapshot(DWORD dwFlags,DWORD th32ProcessId) { function in class:os::Kernel32Dll
5224 return ::CreateToolhelp32Snapshot(dwFlags, th32ProcessId);
5317 ::GetProcAddress(handle, "CreateToolhelp32Snapshot");
5351 HANDLE os::Kernel32Dll::CreateToolhelp32Snapshot(DWORD dwFlags,DWORD th32ProcessId) { function in class:os::Kernel32Dll

Completed in 70 milliseconds