Searched refs:lwp_hash_lookup (Results 1 – 4 of 4) sorted by relevance
50 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()
744 extern lwpdir_t *lwp_hash_lookup(proc_t *, id_t);
630 } 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
3806 if ((ldp = lwp_hash_lookup(p, tid)) == NULL) in pr_lookup_lwpdir()