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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c148 static pthread_mutex_t persistenceTypeLock = PTHREAD_MUTEX_INITIALIZER; variable
6582 (void) pthread_mutex_lock(&persistenceTypeLock);
6589 (void) pthread_mutex_unlock(&persistenceTypeLock);
6601 (void) pthread_mutex_unlock(&persistenceTypeLock);
6616 (void) pthread_mutex_lock(&persistenceTypeLock);
6627 (void) pthread_mutex_unlock(&persistenceTypeLock);
6649 (void) pthread_mutex_lock(&persistenceTypeLock);
6655 (void) pthread_mutex_unlock(&persistenceTypeLock);

Completed in 57 milliseconds