Home | History | Annotate | Download | only in msan

Lines Matching refs:th

980 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*),
991 int res = REAL(pthread_create)(th, attr, callback, param);
995 __msan_unpoison(th, __sanitizer::pthread_t_sz);
1009 INTERCEPTOR(int, pthread_join, void *th, void **retval) {
1011 int res = REAL(pthread_join)(th, retval);