Lines Matching full:proc_threadinfo
265 struct proc_threadinfo proc_threadinfo;266 int len = ::proc_pidinfo(pid, PROC_PIDTHREADINFO, identifier_info.thread_handle, &proc_threadinfo, PROC_PIDTHREADINFO_SIZE);267 if (len && proc_threadinfo.pth_name[0])269 threads_name.push_back(proc_threadinfo.pth_name);