Home
last modified time | relevance | path

Searched refs:lwpid_t (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/include/
H A Dproc_service.h49 ps_err_e ps_lcontinue(struct ps_prochandle *, lwpid_t);
50 ps_err_e ps_lgetfpregs(struct ps_prochandle *, lwpid_t, prfpregset_t *);
51 ps_err_e ps_lgetregs(struct ps_prochandle *, lwpid_t, prgregset_t);
52 ps_err_e ps_lsetfpregs(struct ps_prochandle *, lwpid_t, const prfpregset_t *);
53 ps_err_e ps_lsetregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
55 ps_err_e ps_lgetxmmregs (struct ps_prochandle *, lwpid_t, char *);
56 ps_err_e ps_lsetxmmregs (struct ps_prochandle *, lwpid_t, const char *);
58 ps_err_e ps_lstop(struct ps_prochandle *, lwpid_t);
59 ps_err_e ps_linfo(struct ps_prochandle *, lwpid_t, void *);
/freebsd/lib/libthread_db/
H A Dlibpthread_db.c225 lwpid_t lwp; in pt_ta_map_id2thr()
298 lwpid_t lwp1; in pt_ta_map_lwp2thr()
444 lwpid_t lwp; in pt_dbsuspend()
580 lwpid_t lwp; in pt_thr_old_get_info()
680 lwpid_t lwp; in pt_thr_getxmmregs()
724 lwpid_t lwp; in pt_thr_getfpregs()
765 lwpid_t lwp; in pt_thr_getgregs()
807 lwpid_t lwp; in pt_thr_setxmmregs()
857 lwpid_t lwp; in pt_thr_setfpregs()
904 lwpid_t lwp; in pt_thr_setgregs()
[all …]
H A Dkse.h64 lwpid_t tm_lwp; /* kernel thread UTS runs on */
85 lwpid_t km_lwp; /* kernel thread UTS runs on */
H A Dthread_db_int.h43 lwpid_t ti_lid;
71 td_err_e (*to_ta_map_lwp2thr)(const td_thragent_t *, lwpid_t,
H A Dthread_db.h185 lwpid_t ti_lid;
218 td_err_e td_ta_map_lwp2thr(const td_thragent_t *, lwpid_t, td_thrhandle_t *);
H A Dlibpthread_db.h46 lwpid_t lwp;
/freebsd/lib/libthr/thread/
H A Dthr_affinity.c44 lwpid_t tid; in _pthread_setaffinity_np()
67 lwpid_t tid; in _pthread_getaffinity_np()
H A Dthr_kern.c109 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) in _thr_getscheduler()
122 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) in _thr_setscheduler()
/freebsd/sys/kern/
H A Dkern_thread.c229 static lwpid_t
232 static lwpid_t trytid; in tid_alloc()
233 lwpid_t tid; in tid_alloc()
256 tid_free_locked(lwpid_t rtid) in tid_free_locked()
258 lwpid_t tid; in tid_free_locked()
270 tid_free(lwpid_t rtid) in tid_free()
294 lwpid_t tab[16];
542 lwpid_t tid0; in threadinit()
784 lwpid_t tid; in thread_alloc()
849 lwpid_t tid; in thread_free()
[all …]
H A Dkern_thr.c78 suword_lwpid(void *addr, lwpid_t lwpid) in suword_lwpid()
420 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_kill()
474 ttd = tdfind((lwpid_t)uap->id, uap->pid); in sys_thr_kill2()
566 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_wake()
597 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_set_name()
/freebsd/usr.bin/gcore/
H A Delfcore.c118 static void elf_putregnote(int, lwpid_t, struct sbuf *);
337 lwpid_t *tids; in elf_putnotes()
404 elf_putregnote(int type, lwpid_t tid, struct sbuf *sb) in elf_putregnote()
680 lwpid_t tid; in elf_note_x86_xstate()
685 tid = *(lwpid_t *)arg; in elf_note_x86_xstate()
708 lwpid_t tid; in elf_note_powerpc_vmx()
713 tid = *(lwpid_t *)arg; in elf_note_powerpc_vmx()
732 lwpid_t tid; in elf_note_powerpc_vsx()
737 tid = *(lwpid_t *)arg; in elf_note_powerpc_vsx()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_create.c59 volatile lwpid_t the_lwp_id = 0;
82 lwpid_t lid; \
106 lwpid_t lid; in ATF_TC_BODY()
H A Dt_setrlimit.c479 func(lwpid_t *id) in func()
489 lwpid_t lwpid; in ATF_TC_BODY()
/freebsd/sys/sys/
H A Dptrace.h120 lwpid_t pl_lwpid; /* LWP described. */
148 lwpid_t pl_lwpid; /* LWP described. */
H A Drtprio.h90 int rtprio_thread(int, lwpid_t, struct rtprio *);
H A Dcpuset.h168 int cpuset_setthread(lwpid_t id, cpuset_t *);
169 int cpuset_setithread(lwpid_t id, int cpu);
H A Dkdb.h89 struct thread *kdb_thr_lookup(lwpid_t);
H A Duser.h199 lwpid_t ki_tid; /* XXXKSE thread id */
624 lwpid_t kkst_tid; /* ID of thread. */
H A Dtypes.h152 typedef __lwpid_t lwpid_t; /* Thread ID (a.k.a. LWP) */ typedef
/freebsd/usr.bin/truss/
H A Dsetup.c71 static void new_proc(struct trussinfo *, pid_t, lwpid_t);
262 new_thread(struct procinfo *p, lwpid_t lwpid) in new_thread()
297 lwpid_t *lwps; in add_threads()
321 new_proc(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in new_proc()
391 find_thread(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in find_thread()
H A Dtruss.h90 lwpid_t tid;
/freebsd/sys/compat/linux/
H A Dlinux_misc.h168 struct thread *linux_tdfind(struct thread *, lwpid_t, pid_t);
H A Dlinux_signal.c63 static int linux_tdksignal(struct thread *td, lwpid_t tid,
65 static int linux_tdsignal(struct thread *td, lwpid_t tid,
878 linux_tdksignal(struct thread *td, lwpid_t tid, int tgid, int sig, in linux_tdksignal()
906 linux_tdsignal(struct thread *td, lwpid_t tid, int tgid, int sig) in linux_tdsignal()
/freebsd/sys/dev/tpm/
H A Dtpm20.h123 lwpid_t owner_tid;
/freebsd/lib/libkvm/
H A Dkvm_vnet.c89 lwpid_t dumptid; in _kvm_vnet_selectpid()

123