Home | History | Annotate | Download | only in runtime

Lines Matching full:pthread_setname_np

941   // pthread_setname_np fails rather than truncating long strings.
945 errno = pthread_setname_np(pthread_self(), buf);
950 pthread_setname_np(thread_name);