Searched refs:lwp (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 234 MDRawThread *lwp) { in WriteCrashedLwpStream() argument 237 lwp->thread_id = lsp->pr_lwpid; in WriteCrashedLwpStream() 244 &lwp->stack)) in WriteCrashedLwpStream() 250 lwp->thread_context = context.location(); in WriteCrashedLwpStream() 258 &lwp->stack)) in WriteCrashedLwpStream() 264 lwp->thread_context = context.location(); in WriteCrashedLwpStream() 274 const lwpstatus_t *lsp, MDRawThread *lwp) { in WriteLwpStream() argument 282 &lwp->stack)) in WriteLwpStream() 290 lwp->thread_id = lsp->pr_lwpid; in WriteLwpStream() 291 lwp->thread_context = context.location(); in WriteLwpStream() [all …]
|
/external/libpcap/ |
D | pcap-libdlpi.c | 81 linkwalk_t *lwp = arg; in list_interfaces() local 85 lwp->lw_err = ENOMEM; in list_interfaces() 90 if (lwp->lw_list == NULL) { in list_interfaces() 91 lwp->lw_list = entry; in list_interfaces() 93 entry->lnl_next = lwp->lw_list; in list_interfaces() 94 lwp->lw_list = entry; in list_interfaces()
|
/external/llvm/test/MC/Mips/ |
D | micromips-loadstore-instructions.s | 46 # CHECK-EL: lwp $16, 8($4) # encoding: [0x04,0x22,0x08,0x10] 84 # CHECK-EB: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08] 119 lwp $16, 8($4)
|
/external/valgrind/coregrind/ |
D | m_threadstate.c | 169 ThreadId VG_(lwpid_to_vgtid)(Int lwp) in VG_() 175 && VG_(threads)[tid].os_state.lwpid == lwp) in VG_()
|
/external/icu/icu4c/source/config/ |
D | mh-solaris | 50 #LIBRARY_PATH_PREFIX=/usr/lib/lwp:
|
/external/llvm/test/MC/Disassembler/Mips/ |
D | micromips.txt | 370 # CHECK: lwp $16, 8($4)
|
D | micromips_le.txt | 370 # CHECK: lwp $16, 8($4)
|
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 726 def LWP_MM : LoadPairMM<"lwp">, LWM_FM_MM<0x1>;
|