Lines Matching defs:thread
152 pthread_t thread = NULL; in _thr_alloc() local
190 _thr_free(pthread_t curthread, pthread_t thread) in _thr_free()
225 thr_destroy(pthread_t curthread __unused, pthread_t thread) in thr_destroy()
239 _thr_link(pthread_t curthread, pthread_t thread) in _thr_link()
257 _thr_unlink(pthread_t curthread, pthread_t thread) in _thr_unlink()
266 _thr_hash_add(pthread_t thread) in _thr_hash_add()
275 _thr_hash_remove(pthread_t thread) in _thr_hash_remove()
281 _thr_hash_find(pthread_t thread) in _thr_hash_find()
300 _thr_ref_add(pthread_t curthread, pthread_t thread, in _thr_ref_add()
320 _thr_ref_delete(pthread_t curthread, pthread_t thread) in _thr_ref_delete()
328 _thr_ref_delete_unlocked(pthread_t curthread __unused, pthread_t thread) in _thr_ref_delete_unlocked()
339 _thr_find_thread(pthread_t curthread __unused, pthread_t thread, in _thr_find_thread()