Searched refs:__sanitizer_clock_t (Results 1 – 2 of 2) sorted by relevance
474 typedef int __sanitizer_clock_t; typedef476 typedef long long __sanitizer_clock_t; typedef478 typedef long __sanitizer_clock_t; typedef
4428 INTERCEPTOR(__sanitizer_clock_t, times, void *tms) {4434 __sanitizer_clock_t res = REAL(times)(tms);4435 if (res != (__sanitizer_clock_t)-1 && tms)