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

/external/valgrind/coregrind/
H A Dm_threadstate.c165 ThreadId VG_(lwpid_to_vgtid)(Int lwp) argument
171 && VG_(threads)[tid].os_state.lwpid == lwp)
/external/libpcap/
H A Dpcap-libdlpi.c76 linkwalk_t *lwp = arg; local
80 lwp->lw_err = ENOMEM;
85 if (lwp->lw_list == NULL) {
86 lwp->lw_list = entry;
88 entry->lnl_next = lwp->lw_list;
89 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...]
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-solaris.c715 static void fill_lwpsinfo(vki_lwpsinfo_t *lwp, argument
718 VG_(memset)(lwp, 0, sizeof(*lwp));
720 lwp->pr_lwpid = tst->os_state.lwpid;
721 fill_thread_state(tst, &lwp->pr_state, &lwp->pr_sname);
722 fill_scheduling_class(lwp->pr_clname, sizeof(lwp->pr_clname));
725 static void fill_lwpstatus(vki_lwpstatus_t *lwp, argument
729 VG_(memset)(lwp,
[all...]
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dmpx-mini-test.c168 uint8_t lwp[128]; member in struct:xsave_struct

Completed in 203 milliseconds