| /netbsd/src/common/lib/libutil/ |
| D | proc_compare.c | 50 # 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/ |
| D | keyword.c | 81 { .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),
|
| D | ps.h | 74 #define LWP 0x10 /* dispatch to kinfo_lwp routine */ macro 101 if ((vent)->var->flag & LWP) \
|
| D | ps.c | 421 if (vent->var->flag & LWP || vent->var->type == UNSPECIFIED) in main() 683 if (v->flag & LWP) in pscomp()
|
| D | print.c | 1434 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/ |
| D | siglist.in | 53 LWP Inter-LWP signal
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | micromips.md | 42 ;; For LWP. 53 ;; The behavior of the LWP insn is undefined if placed in a delay slot.
|
| /netbsd/src/external/bsd/top/dist/machine/ |
| D | m_sunos5.man | 70 .B LWP 75 .B LWP
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | sigall.exp | 122 LWP
|
| /netbsd/src/external/bsd/ntp/dist/sntp/m4/ |
| D | openldap-thread-check.m4 | 374 /* 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/ |
| D | sigall-reverse.exp | 190 LWP
|
| D | sigall-precsave.exp | 194 LWP
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-isa.def | 32 DEF_PTA(LWP)
|
| /netbsd/src/external/gpl3/binutils/dist/include/gdb/ |
| D | signals.def | 60 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/ |
| D | signals.def | 60 SET (GDB_SIGNAL_LWP, 37, "SIGLWP", "Signal LWP") 102 SET (GDB_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal")
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | locore.S | 742 move a0, MIPS_CURLWP # get current LWP 761 move a0, MIPS_CURLWP # get current LWP
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-i386.texi | 35 * 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/ |
| D | genassym.cf | 108 # LWP fields and values
|
| /netbsd/src/doc/ |
| D | TODO.smpnet | 133 MP-ification of bpf requires all of bpf_mtap* are called in normal LWP context
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | config.h.in | 194 /* if you have SunOS LWP package */ 550 /* if you have Solaris LWP (thr) package */
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2001 | 2431 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 …]
|
| D | ChangeLog-2015 | 185 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/ |
| D | ChangeLog-2010 | 675 * i386-opc.tbl: Removed 16bit LWP insns. 32bit LWP insns
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-2010 | 675 * i386-opc.tbl: Removed 16bit LWP insns. 32bit LWP insns
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | config.h.in | 568 /* if you have SunOS LWP package */ 1125 /* if you have Solaris LWP (thr) package */
|