Home
last modified time | relevance | path

Searched refs:_thread_list_lock (Results 1 – 10 of 10) sorted by relevance

/trueos/lib/libkse/thread/
HDthr_find_thread.c58 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in _thr_ref_add()
72 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in _thr_ref_add()
88 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in _thr_ref_delete()
95 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in _thr_ref_delete()
HDthr_exit.c139 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in _pthread_exit()
144 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in _pthread_exit()
149 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in _pthread_exit()
HDthr_stack.c161 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in _thr_stack_alloc()
191 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in _thr_stack_alloc()
216 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in _thr_stack_alloc()
HDthr_resume_np.c78 KSE_LOCK_ACQUIRE(curthread->kse, &_thread_list_lock); in _pthread_resume_all_np()
91 KSE_LOCK_RELEASE(curthread->kse, &_thread_list_lock); in _pthread_resume_all_np()
HDthr_suspend_np.c81 KSE_LOCK_ACQUIRE(curthread->kse, &_thread_list_lock); in _pthread_suspend_all_np()
92 KSE_LOCK_RELEASE(curthread->kse, &_thread_list_lock); in _pthread_suspend_all_np()
HDthr_join.c98 KSE_LOCK_ACQUIRE(curthread->kse, &_thread_list_lock); in _pthread_join()
101 KSE_LOCK_RELEASE(curthread->kse, &_thread_list_lock); in _pthread_join()
HDthr_create.c328 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in free_stack()
331 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in free_stack()
HDthr_kern.c313 _lock_destroy(&_thread_list_lock); in _kse_single_thread()
409 if (_lock_init(&_thread_list_lock, LCK_ADAPTIVE, in _kse_init()
1226 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in thr_cleanup()
1229 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in thr_cleanup()
1262 KSE_LOCK_ACQUIRE(curthread->kse, &_thread_list_lock); in thread_gc()
1301 KSE_LOCK_RELEASE(curthread->kse, &_thread_list_lock); in thread_gc()
2486 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in thr_link()
2495 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in thr_link()
2510 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in thr_unlink()
2513 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in thr_unlink()
HDthr_sig.c675 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in thr_sig_find()
716 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in thr_sig_find()
751 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in thr_sig_find()
HDthr_private.h1082 SCLASS struct lock _thread_list_lock; variable