Searched defs:kinfo_lwp (Results 1 – 1 of 1) sorted by relevance
120 struct kinfo_lwp { struct121 pid_t kl_pid; /* PID of our associated proc */122 lwpid_t kl_tid; /* thread id */124 int kl_flags; /* LWP_ flags */125 enum lwpstat kl_stat; /* LS* lwp status */126 int kl_lock; /* lwp lock (prevent destruct) count */127 int kl_tdflags; /* thread flags */128 int kl_mpcount; /* MP lock held count */129 int kl_prio; /* scheduling priority */130 int kl_tdprio; /* lwkt sched priority */[all …]