/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/scripts/ |
H A D | test_all_configs.py | 31 def get_concurrency(): function 93 parser.add_option('--jobs', default=get_concurrency(),
|
H A D | build_docs.py | 21 def get_concurrency(): function 207 sphinx_build += ['-j', str(get_concurrency())]
|
H A D | ci_build.py | 17 def get_concurrency(): function 381 parser.add_option('--build-jobs', metavar='J', default=get_concurrency(), 575 '-num-workers', str(4*get_concurrency()),
|
/dports/security/botan2/Botan-2.18.2/src/scripts/ |
H A D | test_all_configs.py | 31 def get_concurrency(): function 93 parser.add_option('--jobs', default=get_concurrency(),
|
H A D | build_docs.py | 21 def get_concurrency(): function 207 sphinx_build += ['-j', str(get_concurrency())]
|
H A D | ci_build.py | 18 def get_concurrency(): function 376 parser.add_option('--build-jobs', metavar='J', default=get_concurrency(), 544 '-num-workers', str(4*get_concurrency()),
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/scripts/ |
H A D | test_all_configs.py | 31 def get_concurrency(): function 93 parser.add_option('--jobs', default=get_concurrency(),
|
H A D | build_docs.py | 21 def get_concurrency(): function 207 sphinx_build += ['-j', str(get_concurrency())]
|
H A D | ci_build.py | 18 def get_concurrency(): function 376 parser.add_option('--build-jobs', metavar='J', default=get_concurrency(), 544 '-num-workers', str(4*get_concurrency()),
|
/dports/lang/rust/rustc-1.58.1-src/vendor/tester/src/helpers/ |
H A D | concurrency.rs | 5 pub fn get_concurrency() -> usize { in get_concurrency() function
|
/dports/lang/rust/rustc-1.58.1-src/library/test/src/helpers/ |
H A D | concurrency.rs | 5 pub fn get_concurrency() -> usize { in get_concurrency() function
|
/dports/lang/rust/rustc-1.58.1-src/library/test/src/ |
H A D | console.rs | 14 helpers::{concurrency::get_concurrency, metrics::MetricMap}, 266 let is_multithreaded = opts.test_threads.unwrap_or_else(get_concurrency) > 1; in run_tests_console()
|
H A D | lib.rs | 92 use helpers::concurrency::get_concurrency; 262 let concurrency = opts.test_threads.unwrap_or_else(get_concurrency); in run_tests()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/tester/src/ |
H A D | console.rs | 14 helpers::{concurrency::get_concurrency, metrics::MetricMap}, 266 let is_multithreaded = opts.test_threads.unwrap_or_else(get_concurrency) > 1; in run_tests_console()
|
H A D | lib.rs | 77 use helpers::concurrency::get_concurrency; 244 let concurrency = opts.test_threads.unwrap_or_else(get_concurrency); in run_tests()
|
/dports/biology/bowtie2/bowtie2-2.4.4/ |
H A D | threading.h | 109 int get_concurrency() { return num_threads; } in get_concurrency() function
|
/dports/biology/bowtie/bowtie-1.3.1/ |
H A D | threading.h | 135 int get_concurrency() { return num_threads; } in get_concurrency() function
|
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/config/ |
H A D | cloud_region.py | 800 concurrency=self.get_concurrency(service_type), 1032 def get_concurrency(self, service_type=None): member in CloudRegion
|