Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
fn 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
init
Function · 0.85
nwait
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected