Home | History | Annotate | Download | only in libpthread

Lines Matching refs:pt_name

333 	t->pt_name = name;
596 if (self->pt_name != NULL) {
598 if (self->pt_name != NULL)
599 (void)_lwp_setname(0, self->pt_name);
752 name = thread->pt_name;
753 thread->pt_name = NULL;
824 if (thread->pt_name == NULL)
827 strlcpy(name, thread->pt_name, len);
855 oldname = thread->pt_name;
856 thread->pt_name = cp;