Home | History | Annotate | Download | only in msan

Lines Matching full:gettimeofday

502 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
504 int res = REAL(gettimeofday)(tv, tz);
1229 INTERCEPT_FUNCTION(gettimeofday);