Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_join.c79 _thr_ref_delete(curthread, pthread); in _pthread_join()
105 _thr_ref_delete(curthread, pthread); in _pthread_join()
112 _thr_ref_delete(curthread, pthread); in _pthread_join()
126 _thr_ref_delete(curthread, pthread); in _pthread_join()
144 _thr_ref_delete(curthread, pthread); in _pthread_join()
HDthr_detach.c62 _thr_ref_delete(curthread, pthread); in _pthread_detach()
107 _thr_ref_delete(curthread, joiner); in _pthread_detach()
109 _thr_ref_delete(curthread, pthread); in _pthread_detach()
HDthr_setschedparam.c74 _thr_ref_delete(curthread, pthread); in _pthread_setschedparam()
136 _thr_ref_delete(curthread, pthread); in _pthread_setschedparam()
HDthr_cancel.c71 _thr_ref_delete(curthread, pthread); in _pthread_cancel()
163 _thr_ref_delete(curthread, pthread); in _pthread_cancel()
173 _thr_ref_delete(curthread, joinee); in _pthread_cancel()
HDthr_kill.c61 _thr_ref_delete(curthread, pthread); in _pthread_kill()
HDthr_attr_get_np.c53 _thr_ref_delete(curthread, pid); in _pthread_attr_get_np()
HDthr_getschedparam.c74 _thr_ref_delete(curthread, pthread); in _pthread_getschedparam()
HDthr_sig.c271 _thr_ref_delete(NULL, thread); in _thr_sig_dispatch()
274 _thr_ref_delete(NULL, thread); in _thr_sig_dispatch()
278 _thr_ref_delete(NULL, thread); in _thr_sig_dispatch()
720 _thr_ref_delete(NULL, suspended_thread); in thr_sig_find()
722 _thr_ref_delete(NULL, signaled_thread); in thr_sig_find()
756 _thr_ref_delete(NULL, signaled_thread); in thr_sig_find()
HDthr_find_thread.c80 _thr_ref_delete(struct pthread *curthread, struct pthread *thread) in _thr_ref_delete() function
HDthr_resume_np.c61 _thr_ref_delete(curthread, thread); in _pthread_resume_np()
HDthr_suspend_np.c67 _thr_ref_delete(curthread, thread); in _pthread_suspend_np()
HDthr_info.c234 _thr_ref_delete(curthread, thread); in _pthread_set_name_np()
HDthr_private.h1152 void _thr_ref_delete(struct pthread *, struct pthread *);
HDthr_kern.c1197 _thr_ref_delete(thread, joiner); in thr_cleanup()
/trueos/lib/libthr/thread/
HDthr_suspend_np.c67 _thr_ref_delete(curthread, thread); in _pthread_suspend_np()
HDthr_list.c307 _thr_ref_delete(struct pthread *curthread, struct pthread *thread) in _thr_ref_delete() function
HDthr_private.h748 void _thr_ref_delete(struct pthread *, struct pthread *) __hidden;