Searched refs:ci_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_iconv.c71 static pthread_rwlock_t ci_lock = PTHREAD_RWLOCK_INITIALIZER; variable
77 WLOCK(&ci_lock);
88 UNLOCK(&ci_lock);
215 WLOCK(&ci_lock);
242 UNLOCK(&ci_lock);
251 WLOCK(&ci_lock);
267 UNLOCK(&ci_lock);

Completed in 50 milliseconds