Lines Matching refs:rtld_lock
53 struct rtld_lock { struct
58 static struct rtld_lock lock_place[MAX_RTLD_LOCKS] __aligned(CACHE_LINE_SIZE); argument
65 struct rtld_lock *l; in _thr_rtld_lock_create()
89 locki = (struct rtld_lock *)lock - &lock_place[0]; in _thr_rtld_lock_destroy()
90 for (i = 0; i < sizeof(struct rtld_lock); ++i) in _thr_rtld_lock_destroy()
113 struct rtld_lock *l; in _thr_rtld_rlock_acquire()
118 l = (struct rtld_lock *)lock; in _thr_rtld_rlock_acquire()
131 struct rtld_lock *l; in _thr_rtld_wlock_acquire()
136 l = (struct rtld_lock *)lock; in _thr_rtld_wlock_acquire()
148 struct rtld_lock *l; in _thr_rtld_lock_release()
154 l = (struct rtld_lock *)lock; in _thr_rtld_lock_release()