Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h73 typedef bool (*LwpCallback)(lwpstatus_t* lsp, void *context); typedef
132 int Lwp_iter_all(int pid, CallbackParam<LwpCallback> *callback_param) const;
Dminidump_generator.cc128 CallbackParam<LwpCallback> callback_param(IsLwpCrashedCallback, in FindCrashingLwp()
440 CallbackParam<LwpCallback> callback_param(LwpInformationCallback, in WriteLwpListStream()
Dsolaris_lwp.cc245 CallbackParam<LwpCallback> *callback_param) const { in Lwp_iter_all()