Home
last modified time | relevance | path

Searched defs:QueryPerformanceCounter (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/shims/
Dtime.rs145 fn QueryPerformanceCounter( in QueryPerformanceCounter() method
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs394 pub fn QueryPerformanceCounter(lpperformancecount: *mut i64) -> BOOL; in QueryPerformanceCounter() function