Lines Matching refs:bcacheMutex
607 (VOID)pthread_mutex_lock(&bc->bcacheMutex);
618 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
816 if (pthread_mutex_init(&bc->bcacheMutex, NULL) != ENOERR) {
819 bc->bcacheMutex.attr.type = PTHREAD_MUTEX_RECURSIVE;
853 (VOID)pthread_mutex_lock(&bc->bcacheMutex);
858 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
865 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
871 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
877 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
881 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
918 (VOID)pthread_mutex_lock(&bc->bcacheMutex);
921 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
927 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
940 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);
1125 (VOID)pthread_mutex_destroy(&bcache->bcacheMutex);
1154 (VOID)pthread_mutex_lock(&bc->bcacheMutex);
1160 (VOID)pthread_mutex_unlock(&bc->bcacheMutex);