Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dlwpsys.c50 if ((ldp = lwp_hash_lookup(p, lwpid)) != NULL) in idtot()
195 if ((ldp = lwp_hash_lookup(p, lwpid)) == NULL) in lwp_wait()
322 if ((ldp = lwp_hash_lookup(p, tid)) == NULL || in lwp_wait()
339 if ((ldp = lwp_hash_lookup(p, lwpid)) == NULL) in lwp_wait()
367 if ((ldp = lwp_hash_lookup(p, lwpid)) == NULL) in lwp_detach()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h744 extern lwpdir_t *lwp_hash_lookup(proc_t *, id_t);
/titanic_44/usr/src/uts/common/os/
H A Dlwp.c630 } while (lwp_hash_lookup(p, t->t_tid) != NULL); in lwp_create()
2003 lwp_hash_lookup(proc_t *p, id_t lwpid) in lwp_hash_lookup() function
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvnops.c3806 if ((ldp = lwp_hash_lookup(p, tid)) == NULL) in pr_lookup_lwpdir()