Searched refs:BLOCK_REAL (Results 1 – 1 of 1) sorted by relevance
361 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro385 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()1143 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR()1355 int res = BLOCK_REAL(pthread_mutex_lock)(m); in TSAN_INTERCEPTOR()1400 int res = BLOCK_REAL(pthread_mutex_clocklock)(m, clock, abstime); in TSAN_INTERCEPTOR()1418 int res = BLOCK_REAL(__pthread_mutex_lock)(m); in TSAN_INTERCEPTOR()[all …]