Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c128 lwpid_t primary_lwp; /* representative lwp on process grab */ variable
H A Dramdata.h301 extern lwpid_t primary_lwp; /* representative lwp on process grab */
H A Dmain.c806 primary_lwp = (first && Pstate(Proc) == PS_STOP)? in main_thread()
875 int first = (who == primary_lwp); in worker_thread()