Home
last modified time | relevance | path

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

/freebsd-head/lib/libthr/thread/
HDthr_list.c291 int include_dead) in _thr_ref_add() argument
299 if ((ret = _thr_find_thread(curthread, thread, include_dead)) == 0) { in _thr_ref_add()
342 int include_dead) in _thr_find_thread() argument
355 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()