4950515253545556
private ISqlJetOptions options; private ISqlJetBusyHandler busyHandler; public SqlJetDbHandle() { if (config.isSynchronizedThreading()) { mutex = new SqlJetMutex(); } }
365366367368369370371372373374375
/* * Add the new BtShared object to the linked list sharable * BtShareds. */ if (this.sharable) { pBt.mutex = new SqlJetMutex(); pBt.nRef = 1; synchronized (sharedCacheList) { sharedCacheList.add(pBt); } }