Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp361 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
385 unsigned res = BLOCK_REAL(sleep)(sec); in TSAN_INTERCEPTOR()
392 int res = BLOCK_REAL(usleep)(usec); in TSAN_INTERCEPTOR()
399 int res = BLOCK_REAL(nanosleep)(req, rem); in TSAN_INTERCEPTOR()
406 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR()
1083 int res = BLOCK_REAL(pthread_join)(th, ret); in TSAN_INTERCEPTOR()
1132 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR()
1975 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout); in TSAN_INTERCEPTOR()
1986 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
2007 int res = BLOCK_REAL(epoll_pwait2)(epfd, ev, cnt, timeout, sigmask); in TSAN_INTERCEPTOR()
[all …]