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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc322 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
354 unsigned res = BLOCK_REAL(sleep)(sec);
361 int res = BLOCK_REAL(usleep)(usec);
368 int res = BLOCK_REAL(nanosleep)(req, rem);
375 return BLOCK_REAL(pause)(fake);
1039 int res = BLOCK_REAL(pthread_join)(th, ret);
1078 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime);
1832 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout);
1843 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
2303 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(nam
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp313 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
345 unsigned res = BLOCK_REAL(sleep)(sec);
352 int res = BLOCK_REAL(usleep)(usec);
359 int res = BLOCK_REAL(nanosleep)(req, rem);
366 return BLOCK_REAL(pause)(fake);
1061 int res = BLOCK_REAL(pthread_join)(th, ret);
1110 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime);
1898 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout);
1909 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
2397 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(nam
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc307 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) macro
339 unsigned res = BLOCK_REAL(sleep)(sec);
346 int res = BLOCK_REAL(usleep)(usec);
353 int res = BLOCK_REAL(nanosleep)(req, rem);
360 return BLOCK_REAL(pause)(fake);
1026 int res = BLOCK_REAL(pthread_join)(th, ret);
1790 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout);
1801 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
2261 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name)

Completed in 94 milliseconds