Symbol: lwpid_t
bin/cpuset/cpuset.c
144
lwpid_t tid;
include/proc_service.h
49
ps_err_e ps_lcontinue(struct ps_prochandle *, lwpid_t);
include/proc_service.h
50
ps_err_e ps_lgetfpregs(struct ps_prochandle *, lwpid_t, prfpregset_t *);
include/proc_service.h
51
ps_err_e ps_lgetregs(struct ps_prochandle *, lwpid_t, prgregset_t);
include/proc_service.h
52
ps_err_e ps_lsetfpregs(struct ps_prochandle *, lwpid_t, const prfpregset_t *);
include/proc_service.h
53
ps_err_e ps_lsetregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
include/proc_service.h
55
ps_err_e ps_lgetxmmregs (struct ps_prochandle *, lwpid_t, char *);
include/proc_service.h
56
ps_err_e ps_lsetxmmregs (struct ps_prochandle *, lwpid_t, const char *);
include/proc_service.h
58
ps_err_e ps_lstop(struct ps_prochandle *, lwpid_t);
include/proc_service.h
59
ps_err_e ps_linfo(struct ps_prochandle *, lwpid_t, void *);
lib/libkvm/kvm_vnet.c
89
lwpid_t dumptid;
lib/librt/sigev_thread.c
233
newevp->sigev_notify_thread_id = (lwpid_t)sn->sn_tn->tn_lwpid;
lib/libsys/_libsys.h
354
typedef int (__sys_rtprio_thread_t)(int, lwpid_t, struct rtprio *);
lib/libsys/_libsys.h
764
int __sys_rtprio_thread(int function, lwpid_t lwpid, struct rtprio * rtp);
lib/libthr/thread/thr_affinity.c
44
lwpid_t tid;
lib/libthr/thread/thr_affinity.c
67
lwpid_t tid;
lib/libthr/thread/thr_kern.c
109
_thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param)
lib/libthr/thread/thr_kern.c
122
_thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param)
lib/libthr/thread/thr_private.h
841
int _thr_getscheduler(lwpid_t, int *, struct sched_param *) __hidden;
lib/libthr/thread/thr_private.h
842
int _thr_setscheduler(lwpid_t, int, const struct sched_param *) __hidden;
lib/libthread_db/kse.h
64
lwpid_t tm_lwp; /* kernel thread UTS runs on */
lib/libthread_db/kse.h
85
lwpid_t km_lwp; /* kernel thread UTS runs on */
lib/libthread_db/libpthread_db.c
1023
&lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
1049
pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp)
lib/libthread_db/libpthread_db.c
225
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
295
pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th)
lib/libthread_db/libpthread_db.c
298
lwpid_t lwp1;
lib/libthread_db/libpthread_db.c
444
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
46
static void pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp);
lib/libthread_db/libpthread_db.c
474
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
580
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
616
&info->ti_lid, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
626
offsetof(struct kse_thr_mailbox, tm_lwp), &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
680
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
702
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
724
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
744
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
765
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
786
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
807
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
830
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
857
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
878
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
904
lwpid_t lwp;
lib/libthread_db/libpthread_db.c
925
ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
lib/libthread_db/libpthread_db.c
984
lwpid_t lwp;
lib/libthread_db/libpthread_db.h
46
lwpid_t lwp;
lib/libthread_db/libthr_db.c
236
pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th)
lib/libthread_db/thread_db.c
100
td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th)
lib/libthread_db/thread_db.h
185
lwpid_t ti_lid;
lib/libthread_db/thread_db.h
218
td_err_e td_ta_map_lwp2thr(const td_thragent_t *, lwpid_t, td_thrhandle_t *);
lib/libthread_db/thread_db_int.h
43
lwpid_t ti_lid;
lib/libthread_db/thread_db_int.h
71
td_err_e (*to_ta_map_lwp2thr)(const td_thragent_t *, lwpid_t,
sys/compat/freebsd32/freebsd32.h
406
lwpid_t ki_tid;
sys/compat/linux/linux_misc.c
2375
linux_tdfind(struct thread *td, lwpid_t tid, pid_t pid)
sys/compat/linux/linux_misc.h
171
struct thread *linux_tdfind(struct thread *, lwpid_t, pid_t);
sys/compat/linux/linux_signal.c
63
static int linux_tdksignal(struct thread *td, lwpid_t tid,
sys/compat/linux/linux_signal.c
65
static int linux_tdsignal(struct thread *td, lwpid_t tid,
sys/compat/linux/linux_signal.c
878
linux_tdksignal(struct thread *td, lwpid_t tid, int tgid, int sig,
sys/compat/linux/linux_signal.c
906
linux_tdsignal(struct thread *td, lwpid_t tid, int tgid, int sig)
sys/compat/linux/linux_time.c
346
lwpid_t tid;
sys/compat/linux/linux_time.c
558
lwpid_t tid;
sys/ddb/db_command.c
860
td = kdb_thr_lookup((lwpid_t)tid);
sys/gdb/gdb_main.c
136
static const size_t tidsz_hex = sizeof(lwpid_t) * 2;
sys/kern/kern_cpuset.c
1506
_cpuset_setthread(lwpid_t id, cpuset_t *mask, struct domainset *domain)
sys/kern/kern_cpuset.c
1541
cpuset_setthread(lwpid_t id, cpuset_t *mask)
sys/kern/kern_cpuset.c
1551
cpuset_setithread(lwpid_t id, int cpu)
sys/kern/kern_intr.c
324
lwpid_t id;
sys/kern/kern_intr.c
417
lwpid_t id;
sys/kern/kern_intr.c
489
lwpid_t id;
sys/kern/kern_proc.c
2836
lwpid_t *lwpidarray;
sys/kern/kern_resource.c
293
lwpid_t lwpid;
sys/kern/kern_shutdown.c
241
lwpid_t dumptid; /* Thread ID. */
sys/kern/kern_sig.c
2047
td2 = tdfind((lwpid_t)pid, p->p_pid);
sys/kern/kern_thr.c
449
ttd = tdfind((lwpid_t)uap->id, p->p_pid);
sys/kern/kern_thr.c
503
ttd = tdfind((lwpid_t)uap->id, uap->pid);
sys/kern/kern_thr.c
595
ttd = tdfind((lwpid_t)uap->id, p->p_pid);
sys/kern/kern_thr.c
626
ttd = tdfind((lwpid_t)uap->id, p->p_pid);
sys/kern/kern_thr.c
85
suword_lwpid(void *addr, lwpid_t lwpid)
sys/kern/kern_thread.c
1724
tdfind_hash(lwpid_t tid, pid_t pid, struct proc **pp, struct thread **tdp)
sys/kern/kern_thread.c
1767
tdfind(lwpid_t tid, pid_t pid)
sys/kern/kern_thread.c
233
static lwpid_t
sys/kern/kern_thread.c
236
static lwpid_t trytid;
sys/kern/kern_thread.c
237
lwpid_t tid;
sys/kern/kern_thread.c
260
tid_free_locked(lwpid_t rtid)
sys/kern/kern_thread.c
262
lwpid_t tid;
sys/kern/kern_thread.c
274
tid_free(lwpid_t rtid)
sys/kern/kern_thread.c
283
tid_free_batch(lwpid_t *batch, int n)
sys/kern/kern_thread.c
298
lwpid_t tab[16];
sys/kern/kern_thread.c
544
lwpid_t tid0;
sys/kern/kern_thread.c
786
lwpid_t tid;
sys/kern/kern_thread.c
851
lwpid_t tid;
sys/kern/kern_time.c
198
lwpid_t tid;
sys/kern/kern_time.c
294
lwpid_t tid;
sys/kern/subr_kdb.c
690
kdb_thr_lookup(lwpid_t tid)
sys/kern/sys_process.c
1590
buf = malloc(num * sizeof(lwpid_t), M_TEMP, M_WAITOK);
sys/kern/sys_process.c
1599
error = copyout(buf, addr, tmp * sizeof(lwpid_t));
sys/kern/sys_process.c
862
lwpid_t tid = 0, *buf;
sys/security/mac_ddb/mac_ddb.c
110
lwpid_t tid;
sys/sys/conf.h
376
extern lwpid_t dumptid; \
sys/sys/cpuset.h
170
int cpuset_setthread(lwpid_t id, cpuset_t *);
sys/sys/cpuset.h
171
int cpuset_setithread(lwpid_t id, int cpu);
sys/sys/kdb.h
89
struct thread *kdb_thr_lookup(lwpid_t);
sys/sys/pmc.h
949
lwpid_t ps_tid; /* thread id */
sys/sys/proc.h
1218
struct thread *tdfind(lwpid_t, pid_t);
sys/sys/proc.h
252
lwpid_t td_tid; /* (b) Thread ID. */
sys/sys/ptrace.h
128
lwpid_t pl_lwpid; /* LWP described. */
sys/sys/ptrace.h
156
lwpid_t pl_lwpid; /* LWP described. */
sys/sys/rtprio.h
90
int rtprio_thread(int, lwpid_t, struct rtprio *);
sys/sys/sysproto.h
1291
char lwpid_l_[PADL_(lwpid_t)]; lwpid_t lwpid; char lwpid_r_[PADR_(lwpid_t)];
sys/sys/user.h
200
lwpid_t ki_tid; /* thread id */
sys/sys/user.h
646
lwpid_t kkst_tid; /* ID of thread. */
tests/sys/kern/ptrace_test.c
1249
lwpid_t mainlwp;
tests/sys/kern/ptrace_test.c
1326
lwpid_t lwps[2];
tests/sys/kern/ptrace_test.c
1415
lwpid_t lwps[2];
tests/sys/kern/ptrace_test.c
1916
lwpid_t main_lwp;
tests/sys/kern/ptrace_test.c
2102
lwpid_t main_lwp;
tests/sys/kern/ptrace_test.c
3793
lwpid_t lwps[2];
usr.bin/gcore/elfcore.c
119
static void elf_putregnote(int, lwpid_t, struct sbuf *);
usr.bin/gcore/elfcore.c
338
lwpid_t *tids;
usr.bin/gcore/elfcore.c
404
elf_putregnote(int type, lwpid_t tid, struct sbuf *sb)
usr.bin/gcore/elfcore.c
680
lwpid_t tid;
usr.bin/gcore/elfcore.c
685
tid = *(lwpid_t *)arg;
usr.bin/gcore/elfcore.c
708
lwpid_t tid;
usr.bin/gcore/elfcore.c
713
tid = *(lwpid_t *)arg;
usr.bin/gcore/elfcore.c
732
lwpid_t tid;
usr.bin/gcore/elfcore.c
737
tid = *(lwpid_t *)arg;
usr.bin/kdump/kdump.c
451
(lwpid_t)ktr_header.ktr_tid : 0,
usr.bin/kdump/kdump.c
715
kth->ktr_tid > 0 ? (lwpid_t)kth->ktr_tid : 0,
usr.bin/truss/setup.c
262
new_thread(struct procinfo *p, lwpid_t lwpid)
usr.bin/truss/setup.c
297
lwpid_t *lwps;
usr.bin/truss/setup.c
321
new_proc(struct trussinfo *info, pid_t pid, lwpid_t lwpid)
usr.bin/truss/setup.c
391
find_thread(struct trussinfo *info, pid_t pid, lwpid_t lwpid)
usr.bin/truss/setup.c
71
static void new_proc(struct trussinfo *, pid_t, lwpid_t);
usr.bin/truss/truss.h
90
lwpid_t tid;