Searched refs:commpath (Results 1 – 1 of 1) sorted by relevance
140 char commpath[255]; in for_each_tid_helper() local150 sprintf(commpath,"/proc/%d/comm", tid); in for_each_tid_helper()152 if ((fd = open(commpath, O_RDONLY)) < 0) { in for_each_tid_helper()