Home | History | Annotate | Download | only in msan

Lines Matching full:pthread_join

1009 INTERCEPTOR(int, pthread_join, void *th, void **retval) {
1011 int res = REAL(pthread_join)(th, retval);
1262 INTERCEPT_FUNCTION(pthread_join);