Searched refs:_keytable_lock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_spec.c | 69 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_key_create() 77 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_create() 83 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_create() 97 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_key_delete() 104 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_delete() 119 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thread_cleanupspecific() 154 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thread_cleanupspecific() 156 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thread_cleanupspecific() 160 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thread_cleanupspecific() 236 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_tsd_unload() [all …]
|
| D | thr_init.c | 128 struct umutex _keytable_lock = DEFAULT_UMUTEX; variable 447 _thr_umutex_init(&_keytable_lock); in init_private()
|
| D | thr_private.h | 767 extern struct umutex _keytable_lock __hidden;
|