Searched defs:lwpid (Results 1 – 11 of 11) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_kern.c | 109 _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/usr.bin/truss/ |
| H A D | setup.c | 262 new_thread(struct procinfo *p, lwpid_t lwpid) in new_thread() 321 new_proc(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in new_proc() 398 find_thread(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in find_thread()
|
| /freebsd/sys/kern/ |
| H A D | kern_thr.c | 85 suword_lwpid(void *addr, lwpid_t lwpid) in suword_lwpid()
|
| H A D | sys_process.c | 746 lwpid_t lwpid, void *uaddr, int udata) in ptrace_useraction() 1087 lwpid_t lwpid, void *addr, int data) in ptrace_action()
|
| H A D | kern_resource.c | 310 lwpid_t lwpid; member
|
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_setrlimit.c | 489 lwpid_t lwpid; in ATF_TC_BODY() local
|
| /freebsd/lib/libthread_db/ |
| H A D | thread_db.c | 100 td_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwpid, td_thrhandle_t *th) in td_ta_map_lwp2thr()
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 1020 int pfd, lwpid_t lwpid, void *uaddr, int udata) in freebsd32_ptrace_useraction()
|
| H A D | freebsd32_proto.h | 712 char lwpid_l_[PADL_(int)]; int lwpid; char lwpid_r_[PADR_(int)]; member
|
| /freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 875 #define __sanitizer_syscall_pre___futex_get_robust_list(lwpid, headp, lenp) \ argument 878 #define __sanitizer_syscall_post___futex_get_robust_list(res, lwpid, headp, \ argument
|
| /freebsd/sys/sys/ |
| H A D | sysproto.h | 1291 char lwpid_l_[PADL_(lwpid_t)]; lwpid_t lwpid; char lwpid_r_[PADR_(lwpid_t)]; member 1947 char lwpid_l_[PADL_(int)]; int lwpid; char lwpid_r_[PADR_(int)]; member
|