Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/truss/
H A Dmain.c233 struct ps_lwphandle *new_Lwp; in create_thread() local
240 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() local
1231 if ((new_Lwp = grab_lwp(pri->Rval1)) != NULL) { in worker_thread()
1235 new_Lwp, THR_BOUND | THR_SUSPENDED, in worker_thread()