MCPcopy Create free account
hub / github.com/apple/foundationdb / FiletimeAsInt64

Function FiletimeAsInt64

flow/Platform.actor.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198#if defined(_WIN32)
199__int64 FiletimeAsInt64(FILETIME& t) {
200 return *(__int64*)&t;
201}
202#endif
203
204#ifdef _WIN32

Callers 2

getProcessorTimeThreadFunction · 0.85
getProcessorTimeProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected