Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:pthread_

613     CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
626 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason);
716 pthread_t pthread_;