Searched refs:MAX_RTLD_LOCKS (Results 1 – 3 of 3) sorted by relevance
57 static struct rtld_lock lock_place[MAX_RTLD_LOCKS] __aligned(CACHE_LINE_SIZE);67 for (locki = 0; locki < MAX_RTLD_LOCKS; locki++) { in _thr_rtld_lock_create()71 if (locki == MAX_RTLD_LOCKS) { in _thr_rtld_lock_create()
157 int rtld_locks[MAX_RTLD_LOCKS]; in thr_fork_impl()
34 #define MAX_RTLD_LOCKS 8 macro