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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp317 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
349 unsigned res = BLOCK_REAL(sleep)(sec);
356 int res = BLOCK_REAL(usleep)(usec);
363 int res = BLOCK_REAL(nanosleep)(req, rem);
370 return BLOCK_REAL(pause)(fake);
1021 int res = BLOCK_REAL(pthread_join)(th, ret);
1070 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime);
1824 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout);
1835 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
2285 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(nam
[all...]

Completed in 60 milliseconds