Home
last modified time | relevance | path

Searched refs:THREAD_COUNT (Results 376 – 400 of 400) sorted by relevance

1...<<111213141516

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/cpp/engine/
H A Dthreaded_engine_test.cc515 const int THREAD_COUNT = 10; in TEST() local
520 for (int x = 0; x < THREAD_COUNT; ++x) { in TEST()
548 GTEST_ASSERT_EQ(correct.load(), THREAD_COUNT); in TEST()
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/cpp/engine/
H A Dthreaded_engine_test.cc515 const int THREAD_COUNT = 10; in TEST() local
520 for (int x = 0; x < THREAD_COUNT; ++x) { in TEST()
548 GTEST_ASSERT_EQ(correct.load(), THREAD_COUNT); in TEST()
/dports/www/wt/wt-4.6.1/jenkins/
H A Dminver.Jenkinsfile59 --build-arg THREAD_COUNT=${thread_count}"""
H A Dminimal.Jenkinsfile68 --build-arg THREAD_COUNT=${thread_count}"""
H A Dfull.Jenkinsfile62 --build-arg THREAD_COUNT=${thread_count}"""
H A Ddb.Jenkinsfile125 --build-arg THREAD_COUNT=${thread_count}""")
/dports/databases/ora2pg/ora2pg-22.1/scripts/
H A Dora2pg66 my $THREAD_COUNT;
114 'j|jobs=i' => \$THREAD_COUNT,
289 thread_count => $THREAD_COUNT,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DTimeUtilTest.java125 final int THREAD_COUNT = 16; in testTimestampConcurrentParsing() local
131 for (int i = 0; i < THREAD_COUNT; i++) { in testTimestampConcurrentParsing()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c100 static int THREAD_COUNT = 0; variable
302 THREAD_COUNT++; in switch_event_dispatch_thread()
344 THREAD_COUNT--; in switch_event_dispatch_thread()
590 while (x < 100 && THREAD_COUNT) { in switch_event_shutdown()
592 if (THREAD_COUNT == last) { in switch_event_shutdown()
595 last = THREAD_COUNT; in switch_event_shutdown()
637 while (!THREAD_COUNT) { in check_dispatch()
3001 THREAD_COUNT++; in switch_event_channel_deliver_thread()
3027 THREAD_COUNT--; in switch_event_channel_deliver_thread()
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/Product/
H A DBaseHandler.pm450 "nr" => [ "Threads current", THREAD_COUNT ],
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dpushstats.snmp134 C,THREAD_COUNT,"Number of thread", auto
H A Dimapd.c2172 snmp_increment(THREAD_COUNT, 1); in cmdloop()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dpushstats.snmp133 C,THREAD_COUNT,"Number of thread", auto
H A Dimapd.c2118 snmp_increment(THREAD_COUNT, 1); in cmdloop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DIWorkspaceTest.java756 final int THREAD_COUNT = 2; in testMultiSetDescription() local
758 Thread[] threads = new Thread[THREAD_COUNT]; in testMultiSetDescription()
759 for (int i = 0; i < THREAD_COUNT; i++) { in testMultiSetDescription()
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppConfig.c105 #define THREAD_COUNT "-thread-count" macro
434 { SINGLE_INPUT, THREAD_COUNT, "ThreadCount", SetThreadCount },
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppConfig.c105 #define THREAD_COUNT "-thread-count" macro
434 { SINGLE_INPUT, THREAD_COUNT, "ThreadCount", SetThreadCount },
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/opds/
H A Dopdsprovider.cpp67 static const QLatin1String THREAD_COUNT{"count"}; variable
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Duri_test.c42 #define THREAD_COUNT 4 macro
/dports/x11/xpra/xpra-4.3/xpra/codecs/enc_ffmpeg/
H A Dencoder.pyx30 THREAD_COUNT= envint("XPRA_FFMPEG_THREAD_COUNT") variable
1394 self.video_ctx.thread_count = THREAD_COUNT #0=auto
1397 log("init_encoder() thread-type=%i, thread-count=%i", THREAD_TYPE, THREAD_COUNT)
/dports/databases/ora2pg/ora2pg-22.1/
H A Dchangelog4321 JOBS replacing THREAD_COUNT but backward compatibility is preserve.
4923 directive: THREAD_COUNT. Putting 6 threads will only triple your
/dports/security/py-gpgme/gpgme-1.15.1/
H A DChangeLog6386 tests/gpg/t-thread-keylist.c (THREAD_COUNT): Reduce to 10.
/dports/security/gpgme/gpgme-1.15.1/
H A DChangeLog6386 tests/gpg/t-thread-keylist.c (THREAD_COUNT): Reduce to 10.
/dports/security/gpgme-cpp/gpgme-1.15.1/
H A DChangeLog6386 tests/gpg/t-thread-keylist.c (THREAD_COUNT): Reduce to 10.
/dports/security/gpgme-qt5/gpgme-1.15.1/
H A DChangeLog6386 tests/gpg/t-thread-keylist.c (THREAD_COUNT): Reduce to 10.

1...<<111213141516