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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5223 inline HANDLE os::Kernel32Dll::CreateToolhelp32Snapshot(DWORD dwFlags,DWORD th32ProcessId) { argument
5224 return ::CreateToolhelp32Snapshot(dwFlags, th32ProcessId);
5351 HANDLE os::Kernel32Dll::CreateToolhelp32Snapshot(DWORD dwFlags,DWORD th32ProcessId) { argument
5355 return _CreateToolhelp32Snapshot(dwFlags, th32ProcessId);

Completed in 43 milliseconds