Home | History | Annotate | Download | only in vm

Lines Matching full:pthread_self

903     thread->handle = pthread_self();
1005 * Like pthread_self(), but on a Thread*.
1203 int err = pthread_setname_np(pthread_self(), buf);
3266 if (pthread_getschedparam(pthread_self(), &stats->policy, &sp) != 0) {