Searched defs:lock (Results 1 - 25 of 151) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMsgQueue.java49 private final Object lock = new Object(); field in class:MsgQueue
61 synchronized (lock)
74 synchronized (lock)
87 synchronized (lock)
100 synchronized (lock)
114 synchronized (lock)
161 synchronized (lock)
189 synchronized (lock)
200 synchronized (lock)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java49 private final Object lock = new Object(); field in class:MsgQueue
61 synchronized (lock)
74 synchronized (lock)
87 synchronized (lock)
100 synchronized (lock)
114 synchronized (lock)
161 synchronized (lock)
189 synchronized (lock)
200 synchronized (lock)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java49 private final Object lock = new Object(); field in class:MsgQueue
61 synchronized (lock)
74 synchronized (lock)
87 synchronized (lock)
100 synchronized (lock)
114 synchronized (lock)
161 synchronized (lock)
189 synchronized (lock)
200 synchronized (lock)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAuthenticatedUsers.java74 private final ReentrantReadWriteLock lock; field in class:AuthenticatedUsers
90 lock = new ReentrantReadWriteLock();
117 lock.writeLock().lock();
134 lock.writeLock().unlock();
150 lock.writeLock().lock();
165 lock.writeLock().unlock();
184 lock.readLock().lock();
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java77 private final ReentrantReadWriteLock lock; field in class:AuthenticatedUsers
86 lock = new ReentrantReadWriteLock();
103 lock.writeLock().lock();
121 lock.writeLock().unlock();
137 lock.writeLock().lock();
153 lock.writeLock().unlock();
172 lock.readLock().lock();
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DAttributeCleanupPlugin.java88 * This lock prevents concurrent updates to the configuration while operations
91 private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); field in class:AttributeCleanupPlugin
92 private final ReadLock sharedLock = lock.readLock();
93 private final WriteLock exclusiveLock = lock.writeLock();
114 exclusiveLock.lock();
153 sharedLock.lock();
179 sharedLock.lock();
219 * It's not essential to take the lock here, but we will anyhow for
222 exclusiveLock.lock();
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLockManager.java64 * The default initial size to use for the lock table.
71 * The default concurrency level to use for the lock table.
78 * The default load factor to use for the lock table.
86 * attempting to acquire a read or write lock.
101 // Initialize the lock table.
116 * Recreates the lock table. This should be called only in the
118 * restart because it will destroy the existing lock table.
137 ReentrantReadWriteLock lock = oldTable.get(dn);
138 if (lock.isWriteLocked())
140 TRACER.debugWarning("Found stale write lock o
602 unlock(DN entryDN, Lock lock) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java57 private final ReentrantReadWriteLock lock = field in class:AciList
89 lock.readLock().lock();
126 lock.readLock().unlock();
146 lock.writeLock().lock();
159 lock.writeLock().unlock();
175 lock.writeLock().lock();
182 lock
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java74 private final ReentrantReadWriteLock lock; field in class:AuthenticatedUsers
90 lock = new ReentrantReadWriteLock();
117 lock.writeLock().lock();
134 lock.writeLock().unlock();
150 lock.writeLock().lock();
165 lock.writeLock().unlock();
184 lock.readLock().lock();
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DAttributeCleanupPlugin.java87 * This lock prevents concurrent updates to the configuration while operations
90 private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); field in class:AttributeCleanupPlugin
91 private final ReadLock sharedLock = lock.readLock();
92 private final WriteLock exclusiveLock = lock.writeLock();
113 exclusiveLock.lock();
152 sharedLock.lock();
178 sharedLock.lock();
218 * It's not essential to take the lock here, but we will anyhow for
221 exclusiveLock.lock();
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java57 private final ReentrantReadWriteLock lock = field in class:AciList
91 lock.readLock().lock();
130 lock.readLock().unlock();
150 lock.writeLock().lock();
163 lock.writeLock().unlock();
179 lock.writeLock().lock();
186 lock
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java52 private final Object lock = new Object(); field in class:MsgQueue
64 synchronized (lock)
77 synchronized (lock)
90 synchronized (lock)
103 synchronized (lock)
117 synchronized (lock)
154 synchronized (lock)
183 synchronized (lock)
194 synchronized (lock)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLockManager.java63 * The default initial size to use for the lock table.
70 * The default concurrency level to use for the lock table.
77 * The default load factor to use for the lock table.
85 * attempting to acquire a read or write lock.
100 // Initialize the lock table.
115 * Recreates the lock table. This should be called only in the
117 * restart because it will destroy the existing lock table.
136 ReentrantReadWriteLock lock = oldTable.get(dn);
137 if (lock.isWriteLocked())
139 TRACER.debugWarning("Found stale write lock o
601 unlock(DN entryDN, Lock lock) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java58 private final ReentrantReadWriteLock lock = field in class:AciList
92 lock.readLock().lock();
131 lock.readLock().unlock();
151 lock.writeLock().lock();
164 lock.writeLock().unlock();
180 lock.writeLock().lock();
187 lock
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java77 private final ReentrantReadWriteLock lock; field in class:AuthenticatedUsers
86 lock = new ReentrantReadWriteLock();
103 lock.writeLock().lock();
121 lock.writeLock().unlock();
137 lock.writeLock().lock();
153 lock.writeLock().unlock();
172 lock.readLock().lock();
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DAttributeCleanupPlugin.java88 * This lock prevents concurrent updates to the configuration while operations
91 private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); field in class:AttributeCleanupPlugin
92 private final ReadLock sharedLock = lock.readLock();
93 private final WriteLock exclusiveLock = lock.writeLock();
114 exclusiveLock.lock();
153 sharedLock.lock();
179 sharedLock.lock();
219 * It's not essential to take the lock here, but we will anyhow for
222 exclusiveLock.lock();
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLockManager.java64 * The default initial size to use for the lock table.
71 * The default concurrency level to use for the lock table.
78 * The default load factor to use for the lock table.
86 * attempting to acquire a read or write lock.
101 // Initialize the lock table.
116 * Recreates the lock table. This should be called only in the
118 * restart because it will destroy the existing lock table.
137 ReentrantReadWriteLock lock = oldTable.get(dn);
138 if (lock.isWriteLocked())
140 TRACER.debugWarning("Found stale write lock o
602 unlock(DN entryDN, Lock lock) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java77 private final ReentrantReadWriteLock lock; field in class:AuthenticatedUsers
86 lock = new ReentrantReadWriteLock();
103 lock.writeLock().lock();
121 lock.writeLock().unlock();
137 lock.writeLock().lock();
153 lock.writeLock().unlock();
172 lock.readLock().lock();
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DAttributeCleanupPlugin.java88 * This lock prevents concurrent updates to the configuration while operations
91 private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); field in class:AttributeCleanupPlugin
92 private final ReadLock sharedLock = lock.readLock();
93 private final WriteLock exclusiveLock = lock.writeLock();
114 exclusiveLock.lock();
153 sharedLock.lock();
179 sharedLock.lock();
219 * It's not essential to take the lock here, but we will anyhow for
222 exclusiveLock.lock();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLockManager.java64 * The default initial size to use for the lock table.
71 * The default concurrency level to use for the lock table.
78 * The default load factor to use for the lock table.
86 * attempting to acquire a read or write lock.
101 // Initialize the lock table.
116 * Recreates the lock table. This should be called only in the
118 * restart because it will destroy the existing lock table.
137 ReentrantReadWriteLock lock = oldTable.get(dn);
138 if (lock.isWriteLocked())
140 TRACER.debugWarning("Found stale write lock o
602 unlock(DN entryDN, Lock lock) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java57 private final ReentrantReadWriteLock lock = field in class:AciList
89 lock.readLock().lock();
126 lock.readLock().unlock();
146 lock.writeLock().lock();
159 lock.writeLock().unlock();
175 lock.writeLock().lock();
182 lock
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java74 private final ReentrantReadWriteLock lock; field in class:AuthenticatedUsers
90 lock = new ReentrantReadWriteLock();
117 lock.writeLock().lock();
134 lock.writeLock().unlock();
150 lock.writeLock().lock();
165 lock.writeLock().unlock();
184 lock.readLock().lock();
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DAttributeCleanupPlugin.java87 * This lock prevents concurrent updates to the configuration while operations
90 private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); field in class:AttributeCleanupPlugin
91 private final ReadLock sharedLock = lock.readLock();
92 private final WriteLock exclusiveLock = lock.writeLock();
113 exclusiveLock.lock();
152 sharedLock.lock();
178 sharedLock.lock();
218 * It's not essential to take the lock here, but we will anyhow for
221 exclusiveLock.lock();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java52 private final Object lock = new Object(); field in class:MsgQueue
64 synchronized (lock)
77 synchronized (lock)
90 synchronized (lock)
103 synchronized (lock)
117 synchronized (lock)
154 synchronized (lock)
183 synchronized (lock)
194 synchronized (lock)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DLockManager.java63 * The default initial size to use for the lock table.
70 * The default concurrency level to use for the lock table.
77 * The default load factor to use for the lock table.
85 * attempting to acquire a read or write lock.
100 // Initialize the lock table.
115 * Recreates the lock table. This should be called only in the
117 * restart because it will destroy the existing lock table.
136 ReentrantReadWriteLock lock = oldTable.get(dn);
137 if (lock.isWriteLocked())
139 TRACER.debugWarning("Found stale write lock o
601 unlock(DN entryDN, Lock lock) argument
[all...]

Completed in 147 milliseconds

1234567