Home
last modified time | relevance | path

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

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