Lines Matching defs:thread
135 struct pthread *thread = NULL; in _thr_alloc() local
189 _thr_free(struct pthread *curthread, struct pthread *thread) in _thr_free()
222 thr_destroy(struct pthread *curthread __unused, struct pthread *thread) in thr_destroy()
236 _thr_link(struct pthread *curthread, struct pthread *thread) in _thr_link()
248 _thr_unlink(struct pthread *curthread, struct pthread *thread) in _thr_unlink()
257 _thr_hash_add(struct pthread *thread) in _thr_hash_add()
266 _thr_hash_remove(struct pthread *thread) in _thr_hash_remove()
272 _thr_hash_find(struct pthread *thread) in _thr_hash_find()
291 _thr_ref_add(struct pthread *curthread, struct pthread *thread, in _thr_ref_add()
311 _thr_ref_delete(struct pthread *curthread, struct pthread *thread) in _thr_ref_delete()
321 _thr_try_gc(struct pthread *curthread, struct pthread *thread) in _thr_try_gc()
342 _thr_find_thread(struct pthread *curthread, struct pthread *thread, in _thr_find_thread()