Home | History | Annotate | Download | only in common

Lines Matching refs:pthread_self

463     return lldb::tid_t(pthread_self());
470 return lldb::thread_t(pthread_self());
667 ::pthread_set_name_np (::pthread_self(), name);
688 if (pthread_setname_np_func (::pthread_self(), name) == 0)