Home
last modified time | relevance | path

Searched refs:locki (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_rtld.c63 int locki; in _thr_rtld_lock_create() local
67 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() local
88 locki = (struct rtld_lock *)lock - &lock_place[0]; in _thr_rtld_lock_destroy()
91 busy_places &= ~(1 << locki); in _thr_rtld_lock_destroy()