Searched refs:locki (Results 1 – 1 of 1) sorted by relevance
63 int locki; in _thr_rtld_lock_create() local67 for (locki = 0; locki < MAX_RTLD_LOCKS; locki++) { in _thr_rtld_lock_create()68 if ((busy_places & (1 << locki)) == 0) in _thr_rtld_lock_create()71 if (locki == MAX_RTLD_LOCKS) { in _thr_rtld_lock_create()75 busy_places |= (1 << locki); in _thr_rtld_lock_create()77 l = &lock_place[locki]; in _thr_rtld_lock_create()85 int locki; in _thr_rtld_lock_destroy() local88 locki = (struct rtld_lock *)lock - &lock_place[0]; in _thr_rtld_lock_destroy()91 busy_places &= ~(1 << locki); in _thr_rtld_lock_destroy()