HomeSort by relevance Sort by last modified time
    Searched defs:lwp (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-libdlpi.c 76 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/
minidump_generator.cc 55 // 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.
75 // of the writer 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 is the on
397 MDRawThread lwp; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 8930 int lwp; local
    [all...]

Completed in 93 milliseconds