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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp380 const struct tm* time_struct_ptr = localtime(clock); local
381 if (time_struct_ptr != NULL) {
382 *res = *time_struct_ptr;

Completed in 47 milliseconds