Home
last modified time | relevance | path

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

/src/lib/libthr/thread/
H A Dthr_list.c292 int include_dead) in _thr_ref_add() argument
300 if ((ret = _thr_find_thread(curthread, thread, include_dead)) == 0) { in _thr_ref_add()
343 int include_dead) in _thr_find_thread() argument
356 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()