Searched defs:RTTimeLocalDeltaNano (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTTimeLocalDeltaNano-generic.cpp3 * IPRT - Time, generic RTTimeLocalDeltaNano.
35 RTDECL(int64_t) RTTimeLocalDeltaNano(void) function
39 RT_EXPORT_SYMBOL(RTTimeLocalDeltaNano); variable
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimelocal-posix.cpp109 * RTTimeSpecAddNano(RTTimeNow(&LocalTime), RTTimeLocalDeltaNano());
114 RTDECL(int64_t) RTTimeLocalDeltaNano(void) function
/vbox/src/VBox/Runtime/r3/nt/
H A Dtime-nt.cpp196 return RTTimeSpecAddNano(RTTimeNow(pTime), RTTimeLocalDeltaNano());
200 RTDECL(int64_t) RTTimeLocalDeltaNano(void) function
/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp176 RTDECL(int64_t) RTTimeLocalDeltaNano(void) function
/vbox/include/iprt/
H A Dmangling.h1730 # define RTTimeLocalDeltaNano RT_MANGLER(RTTimeLocalDeltaNano) macro

Completed in 600 milliseconds