Symbol: THR_LOCK_RELEASE
lib/libthr/thread/thr_cond.c
131
THR_LOCK_RELEASE(thread, &_cond_static_lock);
lib/libthr/thread/thr_kern.c
169
THR_LOCK_RELEASE(curthread, &addr_lock);
lib/libthr/thread/thr_kern.c
184
THR_LOCK_RELEASE(curthread, &addr_lock);
lib/libthr/thread/thr_list.c
147
THR_LOCK_RELEASE(curthread, &free_thread_lock);
lib/libthr/thread/thr_list.c
174
THR_LOCK_RELEASE(curthread, &tcb_lock);
lib/libthr/thread/thr_list.c
201
THR_LOCK_RELEASE(curthread, &tcb_lock);
lib/libthr/thread/thr_list.c
217
THR_LOCK_RELEASE(curthread, &free_thread_lock);
lib/libthr/thread/thr_mutex.c
314
THR_LOCK_RELEASE(thread, &_mutex_static_lock);
lib/libthr/thread/thr_private.h
644
#define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock)
lib/libthr/thread/thr_private.h
646
#define THR_THREAD_UNLOCK(curthrd, thr) THR_LOCK_RELEASE(curthrd, &(thr)->lock)
lib/libthr/thread/thr_rwlock.c
154
THR_LOCK_RELEASE(thread, &_rwlock_static_lock);
lib/libthr/thread/thr_sleepq.c
94
THR_LOCK_RELEASE(curthread, &sc->sc_lock);
lib/libthr/thread/thr_spec.c
101
THR_LOCK_RELEASE(curthread, &_keytable_lock);
lib/libthr/thread/thr_spec.c
151
THR_LOCK_RELEASE(curthread, &_keytable_lock);
lib/libthr/thread/thr_spec.c
157
THR_LOCK_RELEASE(curthread, &_keytable_lock);
lib/libthr/thread/thr_spec.c
243
THR_LOCK_RELEASE(curthread, &_keytable_lock);
lib/libthr/thread/thr_spec.c
74
THR_LOCK_RELEASE(curthread, &_keytable_lock);
lib/libthr/thread/thr_spec.c
80
THR_LOCK_RELEASE(curthread, &_keytable_lock);
lib/libthr/thread/thr_suspend_np.c
101
THR_LOCK_RELEASE(curthread, &_suspend_all_lock);
lib/libthr/thread/thr_suspend_np.c
82
THR_LOCK_RELEASE(curthread, &_suspend_all_lock);
lib/libthr/thread/thr_suspend_np.c
88
THR_LOCK_RELEASE(curthread, &_suspend_all_lock);