Lines Matching refs:fdeTreeLock
68 pthread_rwlock_init(&fdeTreeLock, NULL); in LocalAddressSpace()
247 pthread_rwlock_rdlock(&fdeTreeLock); in findFDE()
249 pthread_rwlock_unlock(&fdeTreeLock); in findFDE()
294 pthread_rwlock_wrlock(&fdeTreeLock); in addFDE()
296 pthread_rwlock_unlock(&fdeTreeLock); in addFDE()
300 pthread_rwlock_unlock(&fdeTreeLock); in addFDE()
305 pthread_rwlock_wrlock(&fdeTreeLock); in removeFDE()
308 pthread_rwlock_unlock(&fdeTreeLock); in removeFDE()
320 pthread_rwlock_unlock(&fdeTreeLock); in removeFDE()
325 pthread_rwlock_wrlock(&fdeTreeLock); in removeDSO()
329 pthread_rwlock_unlock(&fdeTreeLock); in removeDSO()
335 pthread_rwlock_unlock(&fdeTreeLock); in removeDSO()
339 pthread_rwlock_wrlock(&fdeTreeLock); in setLazyReload()
341 pthread_rwlock_unlock(&fdeTreeLock); in setLazyReload()
347 pthread_rwlock_t fdeTreeLock; member in _Unwind::LocalAddressSpace
372 pthread_rwlock_wrlock(&fdeTreeLock); in lazyReload()
375 pthread_rwlock_unlock(&fdeTreeLock); in lazyReload()