#include <stdio.h>#define MAX 10 /* maximum iterations */pthread_mutex_t mu= PTHREAD_MUTEX_INITIALIZER; /* to protect the resource*/ Condition variable to si
**Error when use JavaHL**
Problems reported while synchronizing SVNStatusSubscriber. 0 of 1 resourcesAn error occurred synchronizing /ChemOrbis: Error getting status for resource P/ChemOrbis org.tigris.subversion.javahl.ClientExceptionsvn/vcc/default': 200
mutableObject = new MyMutableClass()
synchronized(_lock) { // we are synchronizinghelperMethod(Object lockVar, MyMutableClass mutableVar) {
synchronized(lockVar) { // we are now synchronizing