Home
last modified time | relevance | path

Searched refs:CalculateMonotonicSystemClockBaseTimePoint (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/time/
H A Dinterface.cpp29 …{300, &Time::CalculateMonotonicSystemClockBaseTimePoint, "CalculateMonotonicSystemClockBaseTimePoi… in Time()
H A Dtime.h33 void CalculateMonotonicSystemClockBaseTimePoint(Kernel::HLERequestContext& ctx);
H A Dtime.cpp228 void Module::Interface::CalculateMonotonicSystemClockBaseTimePoint(Kernel::HLERequestContext& ctx) { in CalculateMonotonicSystemClockBaseTimePoint() function in Service::Time::Module::Interface