Searched refs:THR_LOCK_RELEASE (Results 1 – 9 of 9) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_spec.c | 74 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_create() 80 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_create() 101 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_delete() 151 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thread_cleanupspecific() 157 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thread_cleanupspecific() 243 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_tsd_unload()
|
| H A D | thr_suspend_np.c | 82 THR_LOCK_RELEASE(curthread, &_suspend_all_lock); in _thr_suspend_all_lock() 88 THR_LOCK_RELEASE(curthread, &_suspend_all_lock); in _thr_suspend_all_lock() 101 THR_LOCK_RELEASE(curthread, &_suspend_all_lock); in _thr_suspend_all_unlock()
|
| H A D | thr_list.c | 147 THR_LOCK_RELEASE(curthread, &free_thread_lock); in _thr_alloc() 174 THR_LOCK_RELEASE(curthread, &tcb_lock); in _thr_alloc() 201 THR_LOCK_RELEASE(curthread, &tcb_lock); in _thr_free() 217 THR_LOCK_RELEASE(curthread, &free_thread_lock); in _thr_free()
|
| H A D | thr_kern.c | 169 THR_LOCK_RELEASE(curthread, &addr_lock); in _thr_alloc_wake_addr() 184 THR_LOCK_RELEASE(curthread, &addr_lock); in _thr_release_wake_addr()
|
| H A D | thr_sleepq.c | 94 THR_LOCK_RELEASE(curthread, &sc->sc_lock); in _sleepq_unlock()
|
| H A D | thr_private.h | 635 #define THR_LOCK_RELEASE(thrd, lck) \ macro 644 #define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock) 646 #define THR_THREAD_UNLOCK(curthrd, thr) THR_LOCK_RELEASE(curthrd, &(thr)->lock)
|
| H A D | thr_rwlock.c | 154 THR_LOCK_RELEASE(thread, &_rwlock_static_lock); in init_static()
|
| H A D | thr_cond.c | 131 THR_LOCK_RELEASE(thread, &_cond_static_lock); in init_static()
|
| H A D | thr_mutex.c | 314 THR_LOCK_RELEASE(thread, &_mutex_static_lock); in init_static()
|