MCPcopy Create free account
hub / github.com/ioi/isolate / timespec

Class timespec

util.c:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55void
56timespec_sub(const struct timespec *a, const struct timespec *b, struct timespec *result)
57{
58 result->tv_sec = a->tv_sec - b->tv_sec;
59 result->tv_nsec = a->tv_nsec - b->tv_nsec;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…