Searched refs:__sanitizer_clock_t (Results 1 – 2 of 2) sorted by relevance
449 typedef int __sanitizer_clock_t; typedef451 typedef long long __sanitizer_clock_t; typedef453 typedef long __sanitizer_clock_t; typedef
3833 INTERCEPTOR(__sanitizer_clock_t, times, void *tms) {3839 __sanitizer_clock_t res = REAL(times)(tms);3840 if (res != (__sanitizer_clock_t)-1 && tms)