Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwpsys.c178 lwpent_t *target_lep; in lwp_wait() local
194 target_lep = NULL; in lwp_wait()
198 target_lep = NULL; in lwp_wait()
200 target_lep = ldp->ld_entry; in lwp_wait()
201 target_lep->le_waiters++; in lwp_wait()
202 target_lep->le_dwaiters += daemon; in lwp_wait()
215 if (target_lep == NULL) in lwp_wait()
342 target_lep = NULL; in lwp_wait()
344 target_lep = ldp->ld_entry; in lwp_wait()
349 target_lep->le_waiters--; in lwp_wait()
[all …]