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

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_interceptors.cpp 317 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) {
320 result = REAL(pthread_tryjoin_np)(thread, ret);
539 INTERCEPT_FUNCTION(pthread_tryjoin_np);
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp 503 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) {
506 result = REAL(pthread_tryjoin_np)(thread, ret);
511 # define LSAN_MAYBE_INTERCEPT_TRYJOIN INTERCEPT_FUNCTION(pthread_tryjoin_np)
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_interceptors.cpp 309 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) {
312 result = REAL(pthread_tryjoin_np)(thread, ret);
861 ASAN_INTERCEPT_FUNC(pthread_tryjoin_np);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1060 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) {
1061 SCOPED_TSAN_INTERCEPTOR(pthread_tryjoin_np, th, ret);
1064 int res = REAL(pthread_tryjoin_np)(th, ret);
2686 TSAN_INTERCEPT(pthread_tryjoin_np);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1117 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) {
1118 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret);
1121 int res = REAL(pthread_tryjoin_np)(th, ret);
2890 TSAN_INTERCEPT(pthread_tryjoin_np);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1092 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) {
1093 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret);
1096 int res = REAL(pthread_tryjoin_np)(th, ret);
2785 TSAN_INTERCEPT(pthread_tryjoin_np);
  /src/external/gpl3/gcc/dist/libgomp/
configure 15499 pthread_tryjoin_np (th, &status);
  /src/external/gpl3/gcc.old/dist/libgomp/
configure 15571 pthread_tryjoin_np (th, &status);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure     [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure     [all...]

Completed in 86 milliseconds