Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_list.c75 static void thr_destroy(struct pthread *curthread, struct pthread *thread);
163 thr_destroy(curthread, thread); in _thr_alloc()
181 thr_destroy(curthread, thread); in _thr_alloc()
207 thr_destroy(curthread, thread); in _thr_free()
222 thr_destroy(struct pthread *curthread __unused, struct pthread *thread) in thr_destroy() function