Home
last modified time | relevance | path

Searched refs:BLOCK_REAL (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc319 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
351 unsigned res = BLOCK_REAL(sleep)(sec); in TSAN_INTERCEPTOR()
358 int res = BLOCK_REAL(usleep)(usec); in TSAN_INTERCEPTOR()
365 int res = BLOCK_REAL(nanosleep)(req, rem); in TSAN_INTERCEPTOR()
959 int res = BLOCK_REAL(pthread_join)(th, ret); in TSAN_INTERCEPTOR()
1738 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout); in TSAN_INTERCEPTOR()
1749 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2232 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name)