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

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c136 static long filetime_to_clock(PFILETIME ft);
2448 filetime_to_clock(PFILETIME ft) function
2466 timebuf->tms_utime = filetime_to_clock(&user);
2467 timebuf->tms_stime = filetime_to_clock(&kernel);

Completed in 124 milliseconds