Searched defs:new_Lwp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c234 struct ps_lwphandle *new_Lwp; local
241 if ((new_Lwp = grab_lwp(Lsp->pr_lwpid)) != NULL) {
242 if (thr_create(NULL, 0, worker_thread, new_Lwp,
1229 struct ps_lwphandle *new_Lwp; local
1232 if ((new_Lwp = grab_lwp(pri->Rval1)) != NULL) {
1236 new_Lwp, THR_BOUND | THR_SUSPENDED,

Completed in 61 milliseconds