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

/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp301 static char* get_user_name_slow(int vmid, TRAPS) { function
425 return get_user_name_slow(vmid, CHECK_NULL);
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp301 static char* get_user_name_slow(int vmid, TRAPS) { function
425 return get_user_name_slow(vmid, CHECK_NULL);
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp292 static char* get_user_name_slow(int vmid, TRAPS) { function
462 return get_user_name_slow(vmid, CHECK_NULL);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp299 static char* get_user_name_slow(int vmid) { function
435 return get_user_name_slow(vmid);

Completed in 32 milliseconds