Searched refs:lwp_path (Results 1 – 1 of 1) sorted by relevance
101 char lwp_path[40]; in IterateLwpAll() local105 snprintf(lwp_path, sizeof (lwp_path), "/proc/%d/lwp", (int)pid); in IterateLwpAll()106 if ((dir = opendir(lwp_path)) == NULL) in IterateLwpAll()