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.cpp371 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
395 unsigned res = BLOCK_REAL(sleep)(sec); in TSAN_INTERCEPTOR()
402 int res = BLOCK_REAL(usleep)(usec); in TSAN_INTERCEPTOR()
409 int res = BLOCK_REAL(nanosleep)(req, rem); in TSAN_INTERCEPTOR()
416 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR()
1150 int res = BLOCK_REAL(pthread_join)(th, ret); in TSAN_INTERCEPTOR()
1210 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR()
1422 int res = BLOCK_REAL(pthread_mutex_lock)(m); in TSAN_INTERCEPTOR()
1467 int res = BLOCK_REAL(pthread_mutex_clocklock)(m, clock, abstime); in TSAN_INTERCEPTOR()
1485 int res = BLOCK_REAL(__pthread_mutex_lock)(m); in TSAN_INTERCEPTOR()
[all …]