Searched refs:lwp (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/probes/
H A Derr.D_PDESC_ZERO.probeqtn.d48 syscall::?lwp?:entry
H A Dtst.probestar.d47 syscall::*lwp*:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.startexit.ksh32 # 2. proc:::lwp-start
33 # 3. proc:::lwp-exit
48 proc:::lwp-start
54 proc:::lwp-exit
/freebsd-9.3-release/lib/libthread_db/
H A Dlibpthread_db.c46 static void pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp);
224 lwpid_t lwp; local
237 * if we are referencing a lwp, make sure it was not already
246 offsetof(struct kse_thr_mailbox, tm_lwp), &lwp);
250 * If the lwp was already mapped to userland thread,
253 if (lwp == ta->map[id].lwp) {
262 /* check lwp */
263 ret = ps_lgetregs(ta->ph, ta->map[id].lwp, gregs);
294 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_ argument
443 lwpid_t lwp; local
579 lwpid_t lwp; local
679 lwpid_t lwp; local
723 lwpid_t lwp; local
764 lwpid_t lwp; local
806 lwpid_t lwp; local
856 lwpid_t lwp; local
903 lwpid_t lwp; local
983 lwpid_t lwp; local
1048 pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp) argument
[all...]
H A Dlibpthread_db.h46 lwpid_t lwp; member in union:pt_map::__anon5353
H A Dlibthr_db.c205 int64_t lwp; local
217 ret = thr_pread_long(ta, pt + ta->thread_off_tid, &lwp);
220 if (lwp == id)
236 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) argument
238 return (pt_ta_map_id2thr(ta, lwp, th));
248 int64_t lwp; local
257 ret = thr_pread_long(ta, pt + ta->thread_off_tid, &lwp);
260 if (lwp != 0 && lwp != TERMINATED) {
262 th.th_tid = (thread_t)lwp;
371 int64_t lwp; local
675 int64_t lwp; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c167 #define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
309 long lwp; local
312 lwp = get_current_lwp (proc_handle.pid);
313 tmp = BUILD_LWP (lwp, proc_handle.pid);
609 long lwp, thvalid = 0; local
628 lwp = GET_LWP (work_ptid);
629 if (lwp == 0)
649 lwp = ti.ti_lid;
652 if (lwp)
785 long lwp; local
841 lwpid_t lwp; local
930 lwpid_t lwp; local
1092 lwpid_t lwp; local
1113 lwpid_t lwp; local
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-libdlpi.c82 linkwalk_t *lwp = arg; local
86 lwp->lw_err = ENOMEM;
91 if (lwp->lw_list == NULL) {
92 lwp->lw_list = entry;
94 entry->lnl_next = lwp->lw_list;
95 lwp->lw_list = entry;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Duw-thread.c155 /* If inferior_ptid can be converted to a composite lwp/process id, do so,
164 error ("uw-thread: no lwp"); \
181 __lwp_desc_t lwp; member in struct:__anon1454
190 int lwpid; /* thread's lwp if .stable, 0 means no lwp */
283 sprintf (buf, "%s %ld/%d", ISTID (pid) ? "thr" : "lwp",
348 /* Read into LWP the contents of the lwp decriptor at inferior process address
352 read_lwp (CORE_ADDR lwpp, __lwp_desc_t *lwp) argument
354 return base_ops.to_xfer_memory (lwpp, (char *)lwp,
355 sizeof (*lwp),
624 __lwp_desc_t lwp; local
888 __lwp_desc_t lwp; local
[all...]
H A Dada-tasks.c340 if ((long) pt->lwp != 0)
342 if ((long) pt->lwp < 65536)
343 printf_filtered ("LWP: %ld\n", (long int) pt->lwp);
345 printf_filtered ("LWP: %p\n", pt->lwp);
434 void *tf_lwp = &(tf.lwp);
453 printf_filtered ("task_fields.lwp at %3d (0x%x)\n",
575 pt->lwp = (void *) THREAD_TO_PID (atcb.thread, 0);
577 pt->lwp = EXTRACT_ADDRESS (atcb.lwp);
583 printf_filtered (pt->lwp
[all...]
H A Dsol-thread.c107 static ptid_t lwp_to_thread (ptid_t lwp);
124 #define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
209 {TD_NOLWP, "no lwp can be found to satisfy query"},
319 /* It's a thread. Convert to lwp */
367 lwp_to_thread (ptid_t lwp)
373 if (is_thread (lwp))
374 return lwp; /* It's already a thread id */
376 /* It's an lwp. Convert it to a thread id. */
378 if (!sol_thread_alive (lwp))
364 lwp_to_thread(ptid_t lwp) argument
1378 ptid_t lwp; local
[all...]
H A Dproc-service.c57 #define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
H A Dada-lang.h131 unsigned lwp; member in struct:task_fields
134 void *lwp; member in struct:task_fields
149 void *lwp; member in struct:task_entry
H A Dinferior.h75 ptid_t ptid_build (int pid, long lwp, long tid);
83 /* Fetch the lwp (lightweight process) component from a ptid. */
H A Dlin-lwp.c92 #define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
236 int lwp;
239 lwp = GET_LWP (ptid);
241 lwp = GET_PID (ptid);
244 if (lwp == GET_LWP (lp->ptid))
349 that the lin-lwp layer uses to keep track of threads. Note
575 /* Issue kill to specified lwp. */
692 "SC: lwp kill %d %s\n",
1191 /* Resume if the lwp stil
231 int lwp; local
[all...]
H A Dinfrun.c3993 ptid_build (int pid, long lwp, long tid)
3998 ptid.lwp = lwp;
4019 /* Fetch the lwp (lightweight process) component from a ptid. */
4024 return ptid.lwp;
4040 return (ptid1.pid == ptid2.pid && ptid1.lwp == ptid2.lwp
3985 ptid_build(int pid, long lwp, long tid) argument
H A Dthread-db.c145 #define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
819 /* If we are at a create breakpoint, we do not know what new lwp
830 get the message specifically for that lwp and avoid looping
H A Ddefs.h761 ptid_build - Make a new ptid from a pid, lwp, and tid.
764 ptid_get_lwp - Fetch the lwp component of a ptid.
778 long lwp;
776 long lwp; member in struct:ptid
/freebsd-9.3-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c113 uintptr_t oldcontext = lwp->lwp_oldcontext; /* XXX signal stack. */
331 oldcontext = lwp->lwp_oldcontext;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1528 klwp_t *lwp = ttolwp(curthread); local
1540 addr = lwp->lwp_pcb.pcb_fsbase;
1543 addr = lwp->lwp_pcb.pcb_gsbase;
1547 addr = USD_GETBASE(&lwp->lwp_pcb.pcb_gsdesc);
/freebsd-9.3-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c276 oldcontext = lwp->lwp_oldcontext;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1357 extern int iplioctl __P((dev_t, u_long, void *, int, struct lwp *));
1360 extern int iplioctl __P((dev_t, u_long, caddr_t, int, struct lwp *));
1379 extern int iplopen __P((dev_t, int, int, struct lwp *));
1380 extern int iplclose __P((dev_t, int, int, struct lwp *));
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c81 #include <sys/lwp.h>
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c8063 int lwp;
8065 if (elfcore_netbsd_get_lwpid (note, &lwp))
8066 elf_tdata (abfd)->core_lwpid = lwp;
8055 int lwp; local
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2875 klwp_t *lwp; local
2880 if ((lwp = curthread->t_lwp) == NULL) {
2886 return (dtrace_getreg(lwp->lwp_regs, ndx));
3228 klwp_t *lwp; local
3244 if ((lwp = curthread->t_lwp) == NULL)
3247 return ((uint64_t)lwp->lwp_errno);

Completed in 357 milliseconds

12