Searched refs:RTLD_LOCK_CNT (Results 1 - 1 of 1) sorted by path

/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld_lock.c175 #define RTLD_LOCK_CNT 3 macro
179 } rtld_locks[RTLD_LOCK_CNT];
282 for (i = 0; i < RTLD_LOCK_CNT; i++) {
315 void *locks[RTLD_LOCK_CNT];
324 for (i = 0; i < RTLD_LOCK_CNT; i++)
328 if (i < RTLD_LOCK_CNT) {
334 for (i = 0; i < RTLD_LOCK_CNT; i++) {
342 for (i = 0; i < RTLD_LOCK_CNT; i++) {

Completed in 104 milliseconds