Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_proc.c162 #define PT_SET_LWP(l) ((uintptr_t)(l)) macro
506 pid_table[lwp0.l_lid].pt_slot = PT_SET_LWP(&lwp0); in proc0_init()
1192 pt->pt_slot = PT_SET_LWP(l); in proc_alloc_lwpid()
1195 pid = proc_alloc_pid_slot(p, PT_SET_LWP(l)); in proc_alloc_lwpid()