Searched refs:_thr_ref_delete (Results 1 – 17 of 17) sorted by relevance
| /trueos/lib/libkse/thread/ |
| HD | thr_join.c | 79 _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()
|
| HD | thr_detach.c | 62 _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()
|
| HD | thr_setschedparam.c | 74 _thr_ref_delete(curthread, pthread); in _pthread_setschedparam() 136 _thr_ref_delete(curthread, pthread); in _pthread_setschedparam()
|
| HD | thr_cancel.c | 71 _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()
|
| HD | thr_kill.c | 61 _thr_ref_delete(curthread, pthread); in _pthread_kill()
|
| HD | thr_attr_get_np.c | 53 _thr_ref_delete(curthread, pid); in _pthread_attr_get_np()
|
| HD | thr_getschedparam.c | 74 _thr_ref_delete(curthread, pthread); in _pthread_getschedparam()
|
| HD | thr_sig.c | 271 _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()
|
| HD | thr_find_thread.c | 80 _thr_ref_delete(struct pthread *curthread, struct pthread *thread) in _thr_ref_delete() function
|
| HD | thr_resume_np.c | 61 _thr_ref_delete(curthread, thread); in _pthread_resume_np()
|
| HD | thr_suspend_np.c | 67 _thr_ref_delete(curthread, thread); in _pthread_suspend_np()
|
| HD | thr_info.c | 234 _thr_ref_delete(curthread, thread); in _pthread_set_name_np()
|
| HD | thr_private.h | 1152 void _thr_ref_delete(struct pthread *, struct pthread *);
|
| HD | thr_kern.c | 1197 _thr_ref_delete(thread, joiner); in thr_cleanup()
|
| /trueos/lib/libthr/thread/ |
| HD | thr_suspend_np.c | 67 _thr_ref_delete(curthread, thread); in _pthread_suspend_np()
|
| HD | thr_list.c | 307 _thr_ref_delete(struct pthread *curthread, struct pthread *thread) in _thr_ref_delete() function
|
| HD | thr_private.h | 748 void _thr_ref_delete(struct pthread *, struct pthread *) __hidden;
|