Home | History | Annotate | Download | only in msan

Lines Matching refs:gettimeofday

566 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
568 int res = REAL(gettimeofday)(tv, tz);
1565 INTERCEPT_FUNCTION(gettimeofday);