Searched refs:commpath (Results 1 – 1 of 1) sorted by relevance
3263 char commpath[255]; in for_each_tid_helper() local3273 snprintf(commpath, sizeof(commpath), "/proc/%d/comm", tid); in for_each_tid_helper()3275 if ((fd = TEMP_FAILURE_RETRY(open(commpath, O_RDONLY | O_CLOEXEC))) < 0) { in for_each_tid_helper()