Searched refs:new_Lwp (Results 1 – 1 of 1) sorted by relevance
233 struct ps_lwphandle *new_Lwp; in create_thread() local240 if ((new_Lwp = grab_lwp(Lsp->pr_lwpid)) != NULL) { in create_thread()241 if (thr_create(NULL, 0, worker_thread, new_Lwp, in create_thread()1228 struct ps_lwphandle *new_Lwp; in worker_thread() local1231 if ((new_Lwp = grab_lwp(pri->Rval1)) != NULL) { in worker_thread()1235 new_Lwp, THR_BOUND | THR_SUSPENDED, in worker_thread()