Searched refs:_thread_list_lock (Results 1 – 10 of 10) sorted by relevance
| /trueos/lib/libkse/thread/ |
| HD | thr_find_thread.c | 58 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()
|
| HD | thr_exit.c | 139 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()
|
| HD | thr_stack.c | 161 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()
|
| HD | thr_resume_np.c | 78 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()
|
| HD | thr_suspend_np.c | 81 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()
|
| HD | thr_join.c | 98 KSE_LOCK_ACQUIRE(curthread->kse, &_thread_list_lock); in _pthread_join() 101 KSE_LOCK_RELEASE(curthread->kse, &_thread_list_lock); in _pthread_join()
|
| HD | thr_create.c | 328 KSE_LOCK_ACQUIRE(curkse, &_thread_list_lock); in free_stack() 331 KSE_LOCK_RELEASE(curkse, &_thread_list_lock); in free_stack()
|
| HD | thr_kern.c | 313 _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()
|
| HD | thr_sig.c | 675 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()
|
| HD | thr_private.h | 1082 SCLASS struct lock _thread_list_lock; variable
|