Home | History | Annotate | Download | only in util

Lines Matching defs:thread_siblings

725 	char **thread_siblings;
778 if (!strcmp(buf, tp->thread_siblings[i]))
782 tp->thread_siblings[i] = buf;
805 free(tp->thread_siblings[i]);
836 tp->thread_siblings = addr;
875 ret = do_write_string(fd, tp->thread_siblings[i]);