Home
last modified time | relevance | path

Searched refs:lwp_path (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc101 char lwp_path[40]; in IterateLwpAll() local
105 snprintf(lwp_path, sizeof (lwp_path), "/proc/%d/lwp", (int)pid); in IterateLwpAll()
106 if ((dir = opendir(lwp_path)) == NULL) in IterateLwpAll()