Searched refs:Threaded (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/marl/docs/ |
D | scheduler.md | 16 - [Single-Threaded-Workers](#single-threaded-workers) 17 - [Multi-Threaded-Workers](#multi-threaded-workers) 35 …Threaded-Worker](#single-threaded-workers) for the calling thread. This worker is used for schedul… 85 …).workerThreads.count == 0`), then the task is queued on to the [Single-Threaded-Worker](#single-t… 86 …Threaded-Workers](#multi-threaded-workers) is picked. If any workers have entered a [spin-for-work… 90 …nction for worker fibers. `run()` is called by the start of each [Multi-Threaded-Worker](#multi-th… 92 This function is shared by both the [Single-Threaded](#single-threaded-workers) and [Multi-Threaded… 130 If the worker is a [Multi-Threaded-Worker](#multi-threaded-workers), `waitForWork()` begins by ente… 181 A worker is created as either a Single-Threaded-Worker or Multi-Threaded-Worker. 185 …ce is that the Multi-Threaded-Worker spawns a dedicated worker thread to call `marl::Scheduler::ru… [all …]
|
/external/rust/android-crates-io/crates/tokio-macros/src/ |
D | entry.rs | 12 Threaded, enumerator 19 "multi_thread" => Ok(RuntimeFlavor::Threaded), in from_str() 87 false => RuntimeFlavor::Threaded, in new() 189 (F::Threaded, worker_threads) if self.rt_multi_thread_available => { in build() 192 (F::Threaded, _) => { in build() 203 (F::Threaded, Some((_, start_paused_span))) => { in build() 215 (F::Threaded, Some((_, unhandled_panic_span))) => { in build() 414 RuntimeFlavor::Threaded => quote_spanned! {last_stmt_start_span=> in parse_knobs()
|
/external/python/cpython3/Doc/howto/ |
D | free-threading-extensions.rst | 15 Identifying the Free-Threaded Build in C 242 Building Extensions for the Free-Threaded Build
|
D | free-threading-python.rst | 34 For information on other platforms, see the `Installing a Free-Threaded Python
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 517 const bool Threaded = !getFlags().isSequential(); in emitItems() local 542 if (Threaded && ItemSeq != DesiredSequenceNumber) { in emitItems()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 767 Threaded 935 Threaded programs generally require ``Loop`` safe points to guarantee that the 939 Threaded collectors may also require ``Return`` and ``PreCall`` safe points to
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 1412 James R. Bell Threaded Code . . . . . . . . . . . . . 370--372 2166 Robert B. K. Dewar Indirect Threaded Code . . . . . . . . . 330--331
|
D | funstack.in | 10446 title = "Threaded Code", 16372 title = "Indirect Threaded Code",
|
/external/trusty/arm-trusted-firmware/docs/getting_started/ |
D | build-options.rst | 227 - ``DISABLE_MTPMU``: Numeric option to disable ``FEAT_MTPMU`` (Multi Threaded
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 284 :ref:`Code for Threaded Parallel URL reads<threadpoolexecutor-example>`, an
|
/external/curl/ |
D | configure.ac | 4219 AC_MSG_ERROR([Threaded resolver enabled but no thread library found])
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 23702 - die "Threaded heap profiles require v2 sampling with a sample rate\n";
|