MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / rdtsc

Function rdtsc

src/time.rs:110–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110fn rdtsc() -> u64
111{
112 unsafe
113 {
114 core::arch::x86_64::_mm_lfence();
115 core::arch::x86_64::_rdtsc()
116 }
117}
118
119
120// Sleep

Callers 2

initFunction · 0.85
nwaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected