MCPcopy 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
77void read_timer(int fd) {
78 uint64_t t;
79 read(fd, &t, sizeof(uint64_t));
80}

Callers 6

receiveFunction · 0.85
receiveFunction · 0.85
receiveFunction · 0.85
receive_pausedFunction · 0.85
receiveFunction · 0.85
receiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected