Home
last modified time | relevance | path

Searched defs:cdl (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/include/
H A Dplugin_utils.h297 CountDownLatch *cdl = new CountDownLatch(1); in registerTicket() local
303 delete cdl; /* purecov: inspected */ in registerTicket() local
322 CountDownLatch *cdl= NULL; in waitTicket() local
344 delete cdl; in waitTicket() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/include/
H A Dplugin_utils.h297 CountDownLatch *cdl = new CountDownLatch(1); in registerTicket() local
303 delete cdl; /* purecov: inspected */ in registerTicket() local
322 CountDownLatch *cdl= NULL; in waitTicket() local
344 delete cdl; in waitTicket() local
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/include/
H A Dplugin_utils.h297 CountDownLatch *cdl = new CountDownLatch(1); in registerTicket() local
303 delete cdl; /* purecov: inspected */ in registerTicket() local
322 CountDownLatch *cdl= NULL; in waitTicket() local
344 delete cdl; in waitTicket() local
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/include/
H A Dplugin_utils.h297 CountDownLatch *cdl = new CountDownLatch(1); in registerTicket() local
303 delete cdl; /* purecov: inspected */ in registerTicket() local
322 CountDownLatch *cdl= NULL; in waitTicket() local
344 delete cdl; in waitTicket() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/include/
H A Dplugin_utils.h297 CountDownLatch *cdl = new CountDownLatch(1); in registerTicket() local
303 delete cdl; /* purecov: inspected */ in registerTicket() local
322 CountDownLatch *cdl= NULL; in waitTicket() local
344 delete cdl; in waitTicket() local
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/include/
H A Dplugin_utils.h297 CountDownLatch *cdl = new CountDownLatch(1); in registerTicket() local
303 delete cdl; /* purecov: inspected */ in registerTicket() local
322 CountDownLatch *cdl= NULL; in waitTicket() local
344 delete cdl; in waitTicket() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java46 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java47 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DThenComposeAsyncTest.java47 CountDownLatch cdl = new CountDownLatch(1); in testThenComposeAsync() local
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/share/nuke/ocionuke/
H A Dcdl.py32 def _cdltransform_to_node(cdl, node): argument
249 def _make_node(cdl): argument
/dports/graphics/opencolorio/OpenColorIO-1.1.1/share/nuke/ocionuke/
H A Dcdl.py32 def _cdltransform_to_node(cdl, node): argument
249 def _make_node(cdl): argument
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/share/nuke/ocionuke/
H A Dcdl.py32 def _cdltransform_to_node(cdl, node): argument
249 def _make_node(cdl): argument
/dports/net/gsocket/gsocket-1.4.28/tools/
H A Dconsole_display.c42 struct condis_line *cdl = &cd->cdl[cd->pos_add]; in GS_condis_add() local
182 struct condis_line *cdl; in GS_condis_draw() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DSafepointRethrowDeoptTest.java80 CountDownLatch cdl = new CountDownLatch(1); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DSafepointRethrowDeoptTest.java80 CountDownLatch cdl = new CountDownLatch(1); in test() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DSafepointRethrowDeoptTest.java80 CountDownLatch cdl = new CountDownLatch(1); in test() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DSafepointRethrowDeoptTest.java80 CountDownLatch cdl = new CountDownLatch(1); in test() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DSafepointRethrowDeoptTest.java80 CountDownLatch cdl = new CountDownLatch(1); in test() local

12345678910>>...12