Searched refs:THR_LOCK_ACQUIRE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_spec.c | 66 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 D | thr_suspend_np.c | 78 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 D | thr_list.c | 142 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 D | thr_kern.c | 153 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 D | thr_private.h | 613 #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 D | thr_rwlock.c | 147 THR_LOCK_ACQUIRE(thread, &_rwlock_static_lock); in init_static()
|
| H A D | thr_cond.c | 124 THR_LOCK_ACQUIRE(thread, &_cond_static_lock); in init_static()
|
| H A D | thr_mutex.c | 304 THR_LOCK_ACQUIRE(thread, &_mutex_static_lock); in init_static()
|