Home
last modified time | relevance | path

Searched refs:lwp (Results 1 – 23 of 23) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc234 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/
Dpcap-libdlpi.c76 linkwalk_t *lwp = arg; in list_interfaces() local
80 lwp->lw_err = ENOMEM; in list_interfaces()
85 if (lwp->lw_list == NULL) { in list_interfaces()
86 lwp->lw_list = entry; in list_interfaces()
88 entry->lnl_next = lwp->lw_list; in list_interfaces()
89 lwp->lw_list = entry; in list_interfaces()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c715 static void fill_lwpsinfo(vki_lwpsinfo_t *lwp, in fill_lwpsinfo() argument
718 VG_(memset)(lwp, 0, sizeof(*lwp)); in fill_lwpsinfo()
720 lwp->pr_lwpid = tst->os_state.lwpid; in fill_lwpsinfo()
721 fill_thread_state(tst, &lwp->pr_state, &lwp->pr_sname); in fill_lwpsinfo()
722 fill_scheduling_class(lwp->pr_clname, sizeof(lwp->pr_clname)); in fill_lwpsinfo()
725 static void fill_lwpstatus(vki_lwpstatus_t *lwp, in fill_lwpstatus() argument
729 VG_(memset)(lwp, 0, sizeof(*lwp)); in fill_lwpstatus()
731 lwp->pr_flags = VKI_PR_PCINVAL; in fill_lwpstatus()
732 lwp->pr_lwpid = tst->os_state.lwpid; in fill_lwpstatus()
733 fill_siginfo(si, &lwp->pr_info, &lwp->pr_cursig); in fill_lwpstatus()
[all …]
/external/valgrind/coregrind/
Dm_threadstate.c168 ThreadId VG_(lwpid_to_vgtid)(Int lwp) in VG_()
174 && VG_(threads)[tid].os_state.lwpid == lwp) in VG_()
/external/llvm/test/MC/Mips/
Dmicromips-loadstore-instructions.s46 # CHECK-EL: lwp $16, 8($4) # encoding: [0x04,0x22,0x08,0x10]
92 # CHECK-EB: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08]
135 lwp $16, 8($4)
/external/llvm/test/MC/Mips/micromips/
Dinvalid.s102 lwp $31, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
104lwp $16, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed offs…
105lwp $16, 4096($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed offs…
106lwp $16, 8($16) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: source and destination must be different
/external/icu/icu4c/source/config/
Dmh-solaris52 #LIBRARY_PATH_PREFIX=/usr/lib/lwp:
/external/llvm/test/MC/Mips/micromips32r6/
Dinvalid.s207 lwp $31, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
209lwp $16, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed…
210lwp $16, 4096($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit signed…
211lwp $16, 8($16) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: source and destination must be dif…
Dvalid.s336 lwp $16, 8($4) # CHECK: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08]
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid.s239lwp $31, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
241lwp $16, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit si…
242lwp $16, 4096($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 12-bit si…
243lwp $16, 8($16) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: source and destination must be…
Dvalid.s270 lwp $16, 8($4) # CHECK: lwp $16, 8($4) # encoding: [0x22,0x04,0x10,0x08]
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid.txt166 0x22 0x04 0x10 0x08 # CHECK: lwp $16, 8($4)
Dvalid-el.txt166 0x04 0x22 0x08 0x10 # CHECK: lwp $16, 8($4)
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DPlus.miff41 …�xt��zr��|t���w���|���x���x��¬�����mtk�szo�tzp�syo�rvo�pup�qvp�puo�osn�ovo�lwp�p{p�u�p�u�m�y�q���~…
DAdd.miff89 …�xt��zr��|t���w���|���x���x��¬�����mtk�szo�tzp�syo�rvo�pup�qvp�puo�osn�ovo�lwp�p{p�u�p�u�m�y�q���~…
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c168 uint8_t lwp[128]; member
/external/llvm/lib/Target/Mips/
DMicroMips32r6InstrInfo.td561 class LWP_MMR6_DESC : MMR6Arch<"lwp"> {
564 string AsmString = !strconcat("lwp", "\t$rd, $addr");
569 string BaseOpcode = "lwp";
DMicroMipsInstrInfo.td810 def LWP_MM : LoadPairMM<"lwp">, LWM_FM_MM<0x1>;
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/
Dvalid.txt266 0x22 0x04 0x10 0x08 # CHECK: lwp $16, 8($4)
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt312 0x22 0x04 0x10 0x08 # CHECK: lwp $16, 8($4)
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu18427 Running ./gdb.threads/current-lwp-dead.exp ...
18428 PASS: gdb.threads/current-lwp-dead.exp: continue to breakpoint: fn_return
18839 PASS: gdb.threads/thread-find.exp: collect lwp id
Dx86_64-cros-linux-gnu18555 Running ./gdb.threads/current-lwp-dead.exp ...
18556 PASS: gdb.threads/current-lwp-dead.exp: continue to breakpoint: fn_return
18967 PASS: gdb.threads/thread-find.exp: collect lwp id
Darmv7a-cros-linux-gnueabi18196 Running ./gdb.threads/current-lwp-dead.exp ...
18197 PASS: gdb.threads/current-lwp-dead.exp: continue to breakpoint: fn_return
18614 PASS: gdb.threads/thread-find.exp: collect lwp id