Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c231 static lwpid_t
234 static lwpid_t trytid; in tid_alloc()
235 lwpid_t tid; in tid_alloc()
258 tid_free_locked(lwpid_t rtid) in tid_free_locked()
260 lwpid_t tid; in tid_free_locked()
272 tid_free(lwpid_t rtid) in tid_free()
296 lwpid_t tab[16];
490 lwpid_t tid0; in threadinit()
717 lwpid_t tid; in thread_alloc()
775 lwpid_t tid; in thread_free()
[all …]
H A Dkern_thr.c81 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()
H A Dsys_process.c616 lwpid_t tid = 0, *buf; in kern_ptrace()
1275 buf = malloc(num * sizeof(lwpid_t), M_TEMP, M_WAITOK); in kern_ptrace()
1284 error = copyout(buf, addr, tmp * sizeof(lwpid_t)); in kern_ptrace()
H A Dkern_intr.c301 lwpid_t id; in _intr_event_bind()
394 lwpid_t id; in intr_event_bind_ithread_cpuset()
466 lwpid_t id; in intr_getaffinity()
H A Dsubr_kdb.c634 kdb_thr_lookup(lwpid_t tid) in kdb_thr_lookup()
H A Dkern_cpuset.c1468 _cpuset_setthread(lwpid_t id, cpuset_t *mask, struct domainset *domain) in _cpuset_setthread()
1503 cpuset_setthread(lwpid_t id, cpuset_t *mask) in cpuset_setthread()
1513 cpuset_setithread(lwpid_t id, int cpu) in cpuset_setithread()
H A Dkern_time.c197 lwpid_t tid; in kern_clock_getcpuclockid2()
292 lwpid_t tid; in get_cputime()
H A Dkern_resource.c295 lwpid_t lwpid;
H A Dkern_shutdown.c244 lwpid_t dumptid; /* Thread ID. */
H A Dkern_proc.c2694 lwpid_t *lwpidarray; in sysctl_kern_proc_kstack()
/f-stack/tools/compat/include/sys/
H A Dcpuset.h131 int cpuset_setthread(lwpid_t id, cpuset_t *);
132 int cpuset_setithread(lwpid_t id, int cpu);
H A D_types.h116 typedef __lwpid_t lwpid_t; /* Thread ID (a.k.a. LWP) */ typedef
H A Duser.h199 lwpid_t ki_tid; /* XXXKSE thread id */
526 lwpid_t kkst_tid; /* ID of thread. */
/f-stack/freebsd/sys/
H A Dptrace.h118 lwpid_t pl_lwpid; /* LWP described. */
146 lwpid_t pl_lwpid; /* LWP described. */
H A Dcpuset.h136 int cpuset_setthread(lwpid_t id, cpuset_t *);
137 int cpuset_setithread(lwpid_t id, int cpu);
H A Drtprio.h92 int rtprio_thread(int, lwpid_t, struct rtprio *);
H A Dkdb.h91 struct thread *kdb_thr_lookup(lwpid_t);
H A Duser.h202 lwpid_t ki_tid; /* XXXKSE thread id */
576 lwpid_t kkst_tid; /* ID of thread. */
H A Dtypes.h155 typedef __lwpid_t lwpid_t; /* Thread ID (a.k.a. LWP) */ typedef
H A Dproc.h247 lwpid_t td_tid; /* (b) Thread ID. */
1125 struct thread *tdfind(lwpid_t, pid_t);
H A Dpmc.h935 lwpid_t ps_tid; /* thread id */
H A Dsysproto.h1312 char lwpid_l_[PADL_(lwpid_t)]; lwpid_t lwpid; char lwpid_r_[PADR_(lwpid_t)];
/f-stack/freebsd/ddb/
H A Ddb_command.c827 td = kdb_thr_lookup((lwpid_t)tid); in db_stack_trace()