Searched refs:BLOCK_REAL (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 321 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro 353 unsigned res = BLOCK_REAL(sleep)(sec); in TSAN_INTERCEPTOR() 360 int res = BLOCK_REAL(usleep)(usec); in TSAN_INTERCEPTOR() 367 int res = BLOCK_REAL(nanosleep)(req, rem); in TSAN_INTERCEPTOR() 374 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR() 1028 int res = BLOCK_REAL(pthread_join)(th, ret); in TSAN_INTERCEPTOR() 1077 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR() 1874 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout); in TSAN_INTERCEPTOR() 1885 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR() 2335 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 319 #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)
|