Searched refs:MAX_RTLD_LOCKS (Results 1 – 3 of 3) sorted by relevance
60 static struct rtld_lock lock_place[MAX_RTLD_LOCKS] __aligned(CACHE_LINE_SIZE);70 for (locki = 0; locki < MAX_RTLD_LOCKS; locki++) { in _thr_rtld_lock_create()74 if (locki == MAX_RTLD_LOCKS) { in _thr_rtld_lock_create()
141 int rtld_locks[MAX_RTLD_LOCKS]; in __thr_fork()
32 #define MAX_RTLD_LOCKS 8 macro