Searched defs:crypt_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c820 static mutex_t crypt_lock = DEFAULTMUTEX; variable
913 lmutex_lock(&crypt_lock);
922 lmutex_unlock(&crypt_lock);
1079 lmutex_lock(&crypt_lock);
1113 lmutex_unlock(&crypt_lock);
1144 lmutex_lock(&crypt_lock);
1146 lmutex_unlock(&crypt_lock);
1155 lmutex_lock(&crypt_lock);
1157 lmutex_unlock(&crypt_lock);

Completed in 207 milliseconds