Searched refs:time_struct_ptr (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/os/windows/vm/ | ||
H A D | os_windows.cpp | 380 const struct tm* time_struct_ptr = localtime(clock); local 381 if (time_struct_ptr != NULL) { 382 *res = *time_struct_ptr; |
Completed in 34 milliseconds