Searched defs:lwpid (Results 1 – 8 of 8) 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() 391 find_thread(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in find_thread()
|
/freebsd/sys/kern/ |
H A D | kern_thr.c | 79 suword_lwpid(void * addr,lwpid_t lwpid) suword_lwpid() argument
|
H A D | kern_resource.c | 293 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/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 | 1299 char lwpid_l_[PADL_(lwpid_t)]; lwpid_t lwpid; char lwpid_r_[PADR_(lwpid_t)]; member
|