Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dlwpsys.c177 lwpent_t *target_lep; in lwp_wait() local
196 target_lep = NULL; in lwp_wait()
198 target_lep = ldp->ld_entry; in lwp_wait()
199 target_lep->le_waiters++; in lwp_wait()
200 target_lep->le_dwaiters += daemon; in lwp_wait()
213 if (target_lep == NULL) in lwp_wait()
215 else if ((t = target_lep->le_thread) != NULL) { in lwp_wait()
340 target_lep = NULL; in lwp_wait()
342 target_lep = ldp->ld_entry; in lwp_wait()
346 if (lwpid != 0 && target_lep != NULL) { in lwp_wait()
[all …]