Searched refs:pthread_tryjoin_np (Results 1 – 2 of 2) sorted by relevance
1072 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) { in TSAN_INTERCEPTOR() argument1073 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret); in TSAN_INTERCEPTOR()1076 int res = REAL(pthread_tryjoin_np)(th, ret); in TSAN_INTERCEPTOR()2781 TSAN_INTERCEPT(pthread_tryjoin_np); in InitializeInterceptors()
2653 fun:pthread_tryjoin_np=uninstrumented