Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c235 struct ps_lwphandle *new_Lwp; in create_thread() local
242 if ((new_Lwp = grab_lwp(Lsp->pr_lwpid)) != NULL) { in create_thread()
243 if (thr_create(NULL, 0, worker_thread, new_Lwp, in create_thread()
1234 struct ps_lwphandle *new_Lwp; in worker_thread() local
1237 if ((new_Lwp = grab_lwp(pri->Rval1)) != NULL) { in worker_thread()
1241 new_Lwp, THR_BOUND | THR_SUSPENDED, in worker_thread()