Home | History | Annotate | Download | only in rtl

Lines Matching refs:usleep

219 TSAN_INTERCEPTOR(int, usleep, long_t usec) {
220 SCOPED_TSAN_INTERCEPTOR(usleep, usec);
221 int res = BLOCK_REAL(usleep)(usec);
1983 TSAN_INTERCEPT(usleep);