Home
last modified time | relevance | path

Searched refs:lock7 (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dlock7.test21 do_test lock7-1.1 {
32 do_test lock7-1.2 {
35 do_test lock7-1.3 {
39 do_test lock7-1.4 {
42 do_test lock7-1.5 {
46 do_test lock7-1.6 {
49 do_test lock7-1.7 {
53 do_test lock7-1.8 {
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dlock7.test21 do_test lock7-1.1 {
32 do_test lock7-1.2 {
35 do_test lock7-1.3 {
39 do_test lock7-1.4 {
42 do_test lock7-1.5 {
46 do_test lock7-1.6 {
49 do_test lock7-1.7 {
53 do_test lock7-1.8 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dlock7.test21 do_test lock7-1.1 {
32 do_test lock7-1.2 {
35 do_test lock7-1.3 {
39 do_test lock7-1.4 {
42 do_test lock7-1.5 {
46 do_test lock7-1.6 {
49 do_test lock7-1.7 {
53 do_test lock7-1.8 {
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dlock7.test21 do_test lock7-1.1 {
32 do_test lock7-1.2 {
35 do_test lock7-1.3 {
39 do_test lock7-1.4 {
42 do_test lock7-1.5 {
46 do_test lock7-1.6 {
49 do_test lock7-1.7 {
53 do_test lock7-1.8 {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/
H A DLockingThreads.java54 private CustomLock lock7 = new CustomLock("lock7"); field in LockingThreads
103 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
140 synchronized (lock7) { in D()
146 lock7.wait(); in D()
167 synchronized (lock7) { in finish()
168 lock7.notifyAll(); in finish()
H A DSynchronizerLockingThreads.java56 private CustomLock lock7 = new CustomLock("lock7"); field in SynchronizerLockingThreads
104 checkLockInfo(info.getLockInfo(), lock7); in checkThreadInfo() local
150 synchronized(lock7) { in D()
156 lock7.wait(); in D()
178 synchronized (lock7) { in finish()
179 lock7.notifyAll(); in finish()
/dports/devel/p5-File-Flock/File-Flock-2014.01/t/
H A Dflock.tt20 my $lock7 = "$dir/lock7";
193 dolock($lock7, undef, 'nonblocking')
196 dounlock($lock7);
223 dolock $lock7;
231 dounlock $lock7;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/management/ThreadMXBean/
H A DLockingThread.java48 static Lock lock7 = new Lock("lock7"); field in LockingThread
263 synchronized(lock7) { in D()
267 lock7.wait(); in D()
275 Lock WAITING_LOCK = lock7;
299 synchronized(lock7) { in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/management/ThreadMXBean/
H A DLockingThread.java48 static Lock lock7 = new Lock("lock7"); field in LockingThread
263 synchronized(lock7) { in D()
267 lock7.wait(); in D()
275 Lock WAITING_LOCK = lock7;
299 synchronized(lock7) { in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/management/ThreadMXBean/
H A DLockingThread.java48 static Lock lock7 = new Lock("lock7"); field in LockingThread
263 synchronized(lock7) { in D()
267 lock7.wait(); in D()
275 Lock WAITING_LOCK = lock7;
299 synchronized(lock7) { in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/management/ThreadMXBean/
H A DLockingThread.java48 static Lock lock7 = new Lock("lock7"); field in LockingThread
263 synchronized(lock7) { in D()
267 lock7.wait(); in D()
275 Lock WAITING_LOCK = lock7;
299 synchronized(lock7) { in run()

12