Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_list.c310 if ((ret = _thr_find_thread(curthread, thread, include_dead)) == 0) { in _thr_ref_add()
339 _thr_find_thread(pthread_t curthread __unused, pthread_t thread, in _thr_find_thread() function
H A Dthr_detach.c46 if ((rval = _thr_find_thread(curthread, pthread, in _pthread_detach()
H A Dthr_join.c86 if ((ret = _thr_find_thread(curthread, pthread, 1)) != 0) { in join_common()
H A Dthr_private.h683 int _thr_find_thread(pthread_t, pthread_t, int);