Home
last modified time | relevance | path

Searched refs:THR_LOCK_ACQUIRE (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_spec.c66 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_key_create()
94 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_key_delete()
116 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thread_cleanupspecific()
153 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thread_cleanupspecific()
233 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_tsd_unload()
H A Dthr_suspend_np.c78 THR_LOCK_ACQUIRE(curthread, &_suspend_all_lock); in _thr_suspend_all_lock()
84 THR_LOCK_ACQUIRE(curthread, &_suspend_all_lock); in _thr_suspend_all_lock()
95 THR_LOCK_ACQUIRE(curthread, &_suspend_all_lock); in _thr_suspend_all_unlock()
H A Dthr_list.c142 THR_LOCK_ACQUIRE(curthread, &free_thread_lock); in _thr_alloc()
172 THR_LOCK_ACQUIRE(curthread, &tcb_lock); in _thr_alloc()
199 THR_LOCK_ACQUIRE(curthread, &tcb_lock); in _thr_free()
214 THR_LOCK_ACQUIRE(curthread, &free_thread_lock); in _thr_free()
H A Dthr_kern.c153 THR_LOCK_ACQUIRE(curthread, &addr_lock); in _thr_alloc_wake_addr()
181 THR_LOCK_ACQUIRE(curthread, &addr_lock); in _thr_release_wake_addr()
H A Dthr_private.h613 #define THR_LOCK_ACQUIRE(thrd, lck) \ macro
643 #define THR_LOCK(curthrd) THR_LOCK_ACQUIRE(curthrd, &(curthrd)->lock)
645 #define THR_THREAD_LOCK(curthrd, thr) THR_LOCK_ACQUIRE(curthrd, &(thr)->lock)
H A Dthr_rwlock.c147 THR_LOCK_ACQUIRE(thread, &_rwlock_static_lock); in init_static()
H A Dthr_cond.c124 THR_LOCK_ACQUIRE(thread, &_cond_static_lock); in init_static()
H A Dthr_mutex.c304 THR_LOCK_ACQUIRE(thread, &_mutex_static_lock); in init_static()