Searched refs:_keytable_lock (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_spec.c | 66 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_key_create() 74 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_create() 80 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_create() 94 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_key_delete() 101 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thr_key_delete() 116 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thread_cleanupspecific() 151 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thread_cleanupspecific() 153 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thread_cleanupspecific() 157 THR_LOCK_RELEASE(curthread, &_keytable_lock); in _thread_cleanupspecific() 233 THR_LOCK_ACQUIRE(curthread, &_keytable_lock); in _thr_tsd_unload() [all …]
|
| H A D | thr_init.c | 128 struct umutex _keytable_lock = DEFAULT_UMUTEX; variable 486 _thr_umutex_init(&_keytable_lock); in init_private()
|
| H A D | thr_private.h | 772 extern struct umutex _keytable_lock __hidden;
|