Home
last modified time | relevance | path

Searched refs:ff_gettimeofday (Results 1 – 5 of 5) sorted by relevance

/f-stack/lib/
H A Dff_api.symlist44 ff_gettimeofday
H A Dff_api.h115 int ff_gettimeofday(struct timeval *tv, struct timezone *tz);
H A Dff_syscall_wrapper.c1268 ff_gettimeofday(struct timeval *tv, struct timezone *tz) in ff_gettimeofday() function
/f-stack/app/redis-5.0.5/src/
H A Dae.c194 ff_gettimeofday(&tv, NULL); in aeGetTime()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c555 return ff_gettimeofday(tv, tz); in gettimeofday()