Searched refs:lwpid_t (Results 1 – 23 of 23) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_thread.c | 231 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 D | kern_thr.c | 81 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 D | sys_process.c | 616 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 D | kern_intr.c | 301 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 D | subr_kdb.c | 634 kdb_thr_lookup(lwpid_t tid) in kdb_thr_lookup()
|
| H A D | kern_cpuset.c | 1468 _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 D | kern_time.c | 197 lwpid_t tid; in kern_clock_getcpuclockid2() 292 lwpid_t tid; in get_cputime()
|
| H A D | kern_resource.c | 295 lwpid_t lwpid;
|
| H A D | kern_shutdown.c | 244 lwpid_t dumptid; /* Thread ID. */
|
| H A D | kern_proc.c | 2694 lwpid_t *lwpidarray; in sysctl_kern_proc_kstack()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 131 int cpuset_setthread(lwpid_t id, cpuset_t *); 132 int cpuset_setithread(lwpid_t id, int cpu);
|
| H A D | _types.h | 116 typedef __lwpid_t lwpid_t; /* Thread ID (a.k.a. LWP) */ typedef
|
| H A D | user.h | 199 lwpid_t ki_tid; /* XXXKSE thread id */ 526 lwpid_t kkst_tid; /* ID of thread. */
|
| /f-stack/freebsd/sys/ |
| H A D | ptrace.h | 118 lwpid_t pl_lwpid; /* LWP described. */ 146 lwpid_t pl_lwpid; /* LWP described. */
|
| H A D | cpuset.h | 136 int cpuset_setthread(lwpid_t id, cpuset_t *); 137 int cpuset_setithread(lwpid_t id, int cpu);
|
| H A D | rtprio.h | 92 int rtprio_thread(int, lwpid_t, struct rtprio *);
|
| H A D | kdb.h | 91 struct thread *kdb_thr_lookup(lwpid_t);
|
| H A D | user.h | 202 lwpid_t ki_tid; /* XXXKSE thread id */ 576 lwpid_t kkst_tid; /* ID of thread. */
|
| H A D | types.h | 155 typedef __lwpid_t lwpid_t; /* Thread ID (a.k.a. LWP) */ typedef
|
| H A D | proc.h | 247 lwpid_t td_tid; /* (b) Thread ID. */ 1125 struct thread *tdfind(lwpid_t, pid_t);
|
| H A D | pmc.h | 935 lwpid_t ps_tid; /* thread id */
|
| H A D | sysproto.h | 1312 char lwpid_l_[PADL_(lwpid_t)]; lwpid_t lwpid; char lwpid_r_[PADR_(lwpid_t)];
|
| /f-stack/freebsd/ddb/ |
| H A D | db_command.c | 827 td = kdb_thr_lookup((lwpid_t)tid); in db_stack_trace()
|