Searched refs:lwp_proc (Results 1 – 2 of 2) sorted by relevance
3150 L->lwp_proc = P; in Lgrab()3269 struct ps_prochandle *P = L->lwp_proc; in Lfree()3321 if (Plwp_getpsinfo(L->lwp_proc, L->lwp_id, &L->lwp_psinfo) == -1) in Lpsinfo()3344 return (L->lwp_proc); in Lprochandle()3631 L->lwp_proc->info_valid = 0; /* will need to update map and file info */ in Lsetrun()3632 L->lwp_proc->state = PS_RUN; in Lsetrun()3675 struct ps_prochandle *P = L->lwp_proc; in Lxecbkpt()3711 struct ps_prochandle *P = L->lwp_proc; in Lxecwapt()3742 struct ps_prochandle *P = L->lwp_proc; in Lstack()3765 struct ps_prochandle *P = L->lwp_proc; in Lmain_stack()
249 struct ps_prochandle *lwp_proc; /* process to which this lwp belongs */ member