Home
last modified time | relevance | path

Searched refs:Threaded (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/marl/docs/
Dscheduler.md16 - [Single-Threaded-Workers](#single-threaded-workers)
17 - [Multi-Threaded-Workers](#multi-threaded-workers)
35Threaded-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…
86Threaded-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/
Dentry.rs12 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/
Dfree-threading-extensions.rst15 Identifying the Free-Threaded Build in C
242 Building Extensions for the Free-Threaded Build
Dfree-threading-python.rst34 For information on other platforms, see the `Installing a Free-Threaded Python
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp517 const bool Threaded = !getFlags().isSequential(); in emitItems() local
542 if (Threaded && ItemSeq != DesiredSequenceNumber) { in emitItems()
/external/llvm/docs/
DGarbageCollection.rst767 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/
Dfunstack.ok1412 James R. Bell Threaded Code . . . . . . . . . . . . . 370--372
2166 Robert B. K. Dewar Indirect Threaded Code . . . . . . . . . 330--331
Dfunstack.in10446 title = "Threaded Code",
16372 title = "Indirect Threaded Code",
/external/trusty/arm-trusted-firmware/docs/getting_started/
Dbuild-options.rst227 - ``DISABLE_MTPMU``: Numeric option to disable ``FEAT_MTPMU`` (Multi Threaded
/external/python/cpython3/Doc/whatsnew/
D3.2.rst284 :ref:`Code for Threaded Parallel URL reads<threadpoolexecutor-example>`, an
/external/curl/
Dconfigure.ac4219 AC_MSG_ERROR([Threaded resolver enabled but no thread library found])
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch23702 - die "Threaded heap profiles require v2 sampling with a sample rate\n";