Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FedeDP/Clight
/ read_timer
Function
read_timer
src/utils/timer.c:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void read_timer(int fd) {
78
uint64_t t;
79
read(fd, &t, sizeof(uint64_t));
80
}
Callers
6
receive
Function · 0.85
receive
Function · 0.85
receive
Function · 0.85
receive_paused
Function · 0.85
receive
Function · 0.85
receive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected