Home
last modified time | relevance | path

Searched refs:LWP (Results 1 – 25 of 70) sorted by relevance

123

/netbsd/src/common/lib/libutil/
Dproc_compare.c50 # define LWP struct kinfo_lwp macro
63 # define LWP struct lwp macro
89 proc_compare(const PROC *p1, const LWP *l1, const PROC *p2, const LWP *l2) in proc_compare()
/netbsd/src/bin/ps/
Dkeyword.c81 { .name = n1, .header = n2, .flag = (fl) | LWP, .oproc = pvar, \
116 VAR4("cpuid", "CPUID", LWP, cpuid),
145 VAR4("lname", "LNAME", LJUST|LWP, lname),
149 VAR4("lstate", "STAT", LJUST|LWP, lstate),
150 VAR6("ltime", "LTIME", LWP, lcputime, 0, CPUTIME),
177 VAR4("pri", "PRI", LWP, pri),
220 VAR4("wchan", "WCHAN", LJUST|LWP, wchan),
Dps.h74 #define LWP 0x10 /* dispatch to kinfo_lwp routine */ macro
101 if ((vent)->var->flag & LWP) \
Dps.c421 if (vent->var->flag & LWP || vent->var->type == UNSPECIFIED) in main()
683 if (v->flag & LWP) in pscomp()
Dprint.c1434 char *b = (v->flag & LWP) ? (char *)pi->li : (char *)pi->ki; in pvar()
1450 char *b = (v->flag & LWP) ? (char *)pi->li : (char *)pi->ki; in putimeval()
/netbsd/src/bin/ksh/
Dsiglist.in53 LWP Inter-LWP signal
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmicromips.md42 ;; For LWP.
53 ;; The behavior of the LWP insn is undefined if placed in a delay slot.
/netbsd/src/external/bsd/top/dist/machine/
Dm_sunos5.man70 .B LWP
75 .B LWP
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dsigall.exp122 LWP
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dopenldap-thread-check.m4374 /* Set Solaris LWP concurrency to 2 */
508 dnl check for SunOS5 LWP
516 [if you have Solaris LWP (thr) package])
532 dnl check for SunOS4 LWP
539 [if you have SunOS LWP package])
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
Dsigall-reverse.exp190 LWP
Dsigall-precsave.exp194 LWP
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-isa.def32 DEF_PTA(LWP)
/netbsd/src/external/gpl3/binutils/dist/include/gdb/
Dsignals.def60 SET (GDB_SIGNAL_LWP, 37, "SIGLWP", "Signal LWP")
102 SET (GDB_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal")
/netbsd/src/external/gpl3/gdb/dist/include/gdb/
Dsignals.def60 SET (GDB_SIGNAL_LWP, 37, "SIGLWP", "Signal LWP")
102 SET (GDB_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal")
/netbsd/src/sys/arch/mips/mips/
Dlocore.S742 move a0, MIPS_CURLWP # get current LWP
761 move a0, MIPS_CURLWP # get current LWP
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-i386.texi35 * i386-LWP:: AMD's Lightweight Profiling Instructions
1512 @node i386-LWP
1515 @cindex LWP, i386
1516 @cindex LWP, x86-64
1518 @code{@value{AS}} supports AMD's Lightweight Profiling (LWP)
1521 LWP enables applications to collect and manage performance data, and
1523 requires no context switches. LWP runs in the context of a thread and
1525 LWP can be used in both 64-bit and legacy 32-bit modes.
1527 For detailed information on the LWP instruction set, see the
1529 @uref{http://developer.amd.com/cpu/LWP,Lightweight Profiling Specification}.
/netbsd/src/sys/arch/sparc/sparc/
Dgenassym.cf108 # LWP fields and values
/netbsd/src/doc/
DTODO.smpnet133 MP-ification of bpf requires all of bpf_mtap* are called in normal LWP context
/netbsd/src/external/bsd/ntp/dist/sntp/
Dconfig.h.in194 /* if you have SunOS LWP package */
550 /* if you have Solaris LWP (thr) package */
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20012431 waitpid explicitly. Mark the LWP as cloned if waitpid fails and
2435 LWP id and process id.
2436 (stop_wait_callback): Replace use of is_cloned with check if LWP
2439 (lin_lwp_wait): Replace use of is_cloned with check if LWP is
2442 (kill_wait_callback): Replace use of is_cloned with check if LWP
4355 LWP. Add comment about backup up breakpoints. Fix formatting and
4358 LWP. Fix formatting and remove bogus "ERROR" debug message.
4362 a specific LWP, i.e. when PID == -1. Backup breakpoints from here.
5088 LWP it's called for.
5089 (lin_lwp_attach): Mark LWP as resumed to make sure the fake
[all …]
DChangeLog-2015185 check if the event LWP has previously exited.
191 (linux_nat_thread_alive): Return true as long as the LWP is in the
192 LWP list.
11544 linux_resume_one_lwp_throw that swallows errors if the LWP is
11547 swallows errors if the LWP is gone. Use
11552 * linux-nat.c (status_callback): Return early if the LWP has no
12128 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
12590 thread_db_notice_clone whenever a new clone LWP is detected.
12623 main LWP. Handle the case of waitpid returning 0 if we're already
12624 attached to the LWP. Don't set the LWP's last_resume_kind to
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2010675 * i386-opc.tbl: Removed 16bit LWP insns. 32bit LWP insns
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2010675 * i386-opc.tbl: Removed 16bit LWP insns. 32bit LWP insns
/netbsd/src/external/bsd/ntp/dist/
Dconfig.h.in568 /* if you have SunOS LWP package */
1125 /* if you have Solaris LWP (thr) package */

123