Searched refs:RTTimeLocalDeltaNano (Results 1 - 9 of 9) 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
H A DRTTimeLocalNow-generic.cpp41 i64PreDelta = RTTimeLocalDeltaNano();
43 i64PostDelta = RTTimeLocalDeltaNano();
H A DRTTimeLocalExplode-generic.cpp41 pTime->offZone = RTTimeLocalDeltaNano() / (UINT64_C(1000000000)*3600); /** @todo this is obviously wrong. Need RTTimeLocalDeltaNanoFor(pTimeSpec); */
/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 Dtime2-win.cpp88 RTTimeSpecAddNano(&LocalTime, RTTimeLocalDeltaNano());
H A Dtime-win.cpp176 RTDECL(int64_t) RTTimeLocalDeltaNano(void) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimelocal-posix.cpp109 * RTTimeSpecAddNano(RTTimeNow(&LocalTime), RTTimeLocalDeltaNano());
114 RTDECL(int64_t) RTTimeLocalDeltaNano(void) function
/vbox/include/iprt/
H A Dtime.h726 * RTTimeSpecAddNano(RTTimeNow(&LocalTime), RTTimeLocalDeltaNano());
731 RTDECL(int64_t) RTTimeLocalDeltaNano(void);
H A Dmangling.h1730 # define RTTimeLocalDeltaNano RT_MANGLER(RTTimeLocalDeltaNano) macro

Completed in 90 milliseconds