MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_update_current_ts

Function ff_update_current_ts

lib/ff_host_interface.c:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void
206ff_update_current_ts()
207{
208 int rv = clock_gettime(CLOCK_REALTIME, &current_ts);
209 assert(rv == 0);
210}
211
212void
213ff_arc4rand(void *ptr, unsigned int len, int reseed)

Callers 2

ff_hardclock_jobFunction · 0.85
init_clockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected