Home | History | Annotate | Download | only in rtl

Lines Matching full:pthread_mutex_trylock

1055 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) {
1056 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_trylock, m);
1057 int res = REAL(pthread_mutex_trylock)(m);
2278 TSAN_INTERCEPT(pthread_mutex_trylock);