HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK_REAL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 322 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
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(name
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 313 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
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(name
    [all...]

Completed in 68 milliseconds