Searched refs:hSnapShot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1305 HANDLE hSnapShot ; local
1314 hSnapShot = os::Kernel32Dll::CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pid ) ;
1315 if( hSnapShot == INVALID_HANDLE_VALUE ) {
1321 bool not_done = os::Kernel32Dll::Module32First( hSnapShot, &modentry ) != 0;
1330 not_done = os::Kernel32Dll::Module32Next( hSnapShot, &modentry ) != 0;
1333 CloseHandle(hSnapShot);

Completed in 35 milliseconds