Home
last modified time | relevance | path

Searched full:concurrency (Results 1 – 25 of 147) sorted by relevance

123456

/third_party/typescript/tests/cases/docker/pyright/
DDockerfile7 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts…
9 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--no-bail", "--", "tsc", "--noEmit" ]
/third_party/libuv/test/
Dbenchmark-pound.c271 static int pound_it(int concurrency, in pound_it() argument
290 do_setup(concurrency, arg); in pound_it()
292 r = do_connect(concurrency, make_connect, arg); in pound_it()
304 concurrency, in pound_it()
/third_party/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js54 // Concurrency level
56 concurrency: Infinity, property
/third_party/skia/modules/pathkit/
Dkarma.bench.conf.js52 // Concurrency level
54 concurrency: Infinity, property
Dkarma.conf.js53 // Concurrency level
55 concurrency: Infinity, property
/third_party/skia/modules/canvaskit/
Dkarma.conf.js55 // Concurrency level
57 concurrency: Infinity, property
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_deferred_host_operations/
Ddeferred_host_operations.txt192 [open,refpage='vkGetDeferredOperationMaxConcurrencyKHR',desc='Query the maximum concurrency on a de…
226 concurrency is unknown and cannot be easily derived.
227 Implementations may: return values larger than the maximum concurrency
Ddeferred_host_operations.adoc211 [open,refpage='vkGetDeferredOperationMaxConcurrencyKHR',desc='Query the maximum concurrency on a de…
245 concurrency is unknown and cannot be easily derived.
246 Implementations may: return values larger than the maximum concurrency
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dbias_correction_strategy.h151 std::map<std::string, std::vector<float>> fp32_op_input_map_; // concurrency
152 std::map<std::string, std::vector<float>> fp32_op_output_ch_mean_map_; // concurrency
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_deferred_host_operations.txt76 The following example illustrates extracting concurrency from a single
90 // Query the maximum amount of concurrency and clamp to the desired maximum
DVK_KHR_deferred_host_operations.adoc73 The following example illustrates extracting concurrency from a single
87 // Query the maximum amount of concurrency and clamp to the desired maximum
/third_party/rust/crates/cxx/book/src/binding/
Dslice.md165 $ echo '{"fearless":"concurrency"}' | cargo run
169 "fearless": "concurrency"
Dcxxvector.md59 std::vector<std::string> vec{"fearless", "concurrency"};
/third_party/jinja2/.github/workflows/
Dlock.yaml15 concurrency:
/third_party/curl/docs/cmdline-opts/
Dparallel-max.md6 Help: Maximum concurrency for parallel transfers
/third_party/elfutils/doc/
Ddebuginfod.8201 .B "\-c NUM" "\-\-concurrency=NUM"
202 Set the concurrency limit for the scanning queue threads, which work
238 the concurrency of the system, and on the available disk space on the
251 values depend on concurrency of the system and on the available disk
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/optimizer/
Dkernel_infer_resize_actor_insert.h25 …scenarios, insert asynchronous KernelInferActor and KernelResizeActor to improve the concurrency of
/third_party/typescript/tests/cases/docker/office-ui-fabric/
DDockerfile17 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--loglevel", "error", "--bail=false", "--…
/third_party/nghttp2/src/
Dshrpx_http2_session.h220 // Returns true if the maximum concurrency is reached. In other
225 // server initiated concurrency limit.
Dh2load_session.h53 // Return the maximum concurrency per connection
/third_party/rust/crates/rustix/src/thread/
Dfutex.rs5 //! Futex is a very low-level mechanism for implementing concurrency
/third_party/python/Tools/
DREADME6 ccbench A Python threads-based concurrency benchmark. (*)
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h212 /// \brief get the max hardware concurrency
213 /// \return max concurrency
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dkernel_infer_actor.h29 // the concurrency between dynamic shape operators and improving the performance of the dynamic sha…
/third_party/rust/crates/cxx/demo/src/
Dmain.rs48 let chunks = vec![b"fearless".to_vec(), b"concurrency".to_vec()]; in main()

123456