Searched defs:lwp (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dm_threadstate.c169 ThreadId VG_(lwpid_to_vgtid)(Int lwp) argument
175 && VG_(threads)[tid].os_state.lwpid == lwp)
/external/libpcap/
H A Dpcap-libdlpi.c81 linkwalk_t *lwp = arg; local
85 lwp->lw_err = ENOMEM;
90 if (lwp->lw_list == NULL) {
91 lwp->lw_list = entry;
93 entry->lnl_next = lwp->lw_list;
94 lwp->lw_list = entry;
/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc55 // Pid of the lwp who called WriteMinidumpToFile
58 // The stack bottom of the lwp which caused the dump.
59 // Mainly used to find the lwp id of the crashed lwp since signal
60 // handler may not be called in the lwp who caused it.
63 // Id of the crashing lwp.
82 // Holding context information for the callback of finding the crashing lwp.
96 // It will compare the stack bottom of the provided lwp with the stack
97 // bottom of the crashed lwp, it they are eqaul, this lwp i
231 WriteCrashedLwpStream(MinidumpFileWriter *minidump_writer, const WriterArgument *writer_args, const lwpstatus_t *lsp, MDRawThread *lwp) argument
272 WriteLwpStream(MinidumpFileWriter *minidump_writer, const SolarisLwp *lwp_lister, const lwpstatus_t *lsp, MDRawThread *lwp) argument
397 MDRawThread lwp; local
665 AutoLwpResumer(SolarisLwp *lwp) argument
[all...]

Completed in 2198 milliseconds