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

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_list.c73 static void thr_destroy(struct pthread *curthread, struct pthread *thread);
159 thr_destroy(curthread, thread);
177 thr_destroy(curthread, thread);
203 thr_destroy(curthread, thread);
218 thr_destroy(struct pthread *curthread __unused, struct pthread *thread) function
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c174 static void thr_destroy(struct pthread *curthread, struct pthread *thread);
252 thr_destroy(curthread, thread);
294 thr_destroy(curthread, thread);
301 thr_destroy(curthread, thread);
2439 thr_destroy(curthread, thread);
2452 thr_destroy(struct pthread *curthread, struct pthread *thread) function

Completed in 108 milliseconds