Home
last modified time | relevance | path

Searched refs:THR_LOCK_RELEASE (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_spec.c74 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 Dthr_suspend_np.c82 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 Dthr_list.c147 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 Dthr_kern.c169 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 Dthr_sleepq.c94 THR_LOCK_RELEASE(curthread, &sc->sc_lock); in _sleepq_unlock()
H A Dthr_private.h635 #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 Dthr_rwlock.c154 THR_LOCK_RELEASE(thread, &_rwlock_static_lock); in init_static()
H A Dthr_cond.c131 THR_LOCK_RELEASE(thread, &_cond_static_lock); in init_static()
H A Dthr_mutex.c314 THR_LOCK_RELEASE(thread, &_mutex_static_lock); in init_static()