MCPcopy Create free account
hub / github.com/axboe/liburing / mtime_since_now

Function mtime_since_now

examples/reg-wait.c:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static unsigned long long mtime_since_now(struct timeval *tv)
36{
37 struct timeval end;
38
39 gettimeofday(&end, NULL);
40 return mtime_since(tv, &end);
41}
42
43static int register_memory(struct io_uring *ring, void *ptr, size_t size)
44{

Callers 1

mainFunction · 0.70

Calls 1

mtime_sinceFunction · 0.70

Tested by

no test coverage detected