Lines Matching refs:curthread
56 proc_t *p = ttoproc(curthread); in savecontext()
57 klwp_t *lwp = ttolwp(curthread); in savecontext()
118 aston(curthread); in savecontext()
137 kthread_t *t = curthread; in restorecontext()
161 aston(curthread); in restorecontext()
185 klwp_t *lwp = ttolwp(curthread); in getsetcontext()
201 schedctl_finish_sigblock(curthread); in getsetcontext()
202 savecontext(&uc, &curthread->t_hold); in getsetcontext()
259 proc_t *p = ttoproc(curthread); in savecontext32()
260 klwp_t *lwp = ttolwp(curthread); in savecontext32()
304 aston(curthread); in savecontext32()
323 klwp_t *lwp = ttolwp(curthread); in getsetcontext32()
332 schedctl_finish_sigblock(curthread); in getsetcontext32()
333 savecontext32(&uc, &curthread->t_hold); in getsetcontext32()