Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc113 int lwpid = 0; in IterateLwpAll() local
115 if (LocalAtoi(entry->d_name, &lwpid) && last_pid != lwpid) { in IterateLwpAll()
116 last_pid = lwpid; in IterateLwpAll()
119 !(callback_param->call_back)(lwpid, callback_param->context)) { in IterateLwpAll()
162 static bool ControlLwp(int lwpid, void *context) { in ControlLwp() argument
164 if (lwpid != pthread_self()) { in ControlLwp()
170 snprintf(procname, sizeof (procname), "/proc/self/lwp/%d/lwpctl", lwpid); in ControlLwp()
183 print_message2(2, "failed in lwp %d\n", lwpid); in ControlLwp()
Dsolaris_lwp.h83 typedef bool (*LwpidCallback)(int lwpid, void *context);