Searched refs:Threaded (Results 1 – 10 of 10) 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/crates/tokio-macros/src/ |
D | entry.rs | 9 Threaded, enumerator 16 "multi_thread" => Ok(RuntimeFlavor::Threaded), in from_str() 45 false => RuntimeFlavor::Threaded, in new() 107 (Threaded, worker_threads) if self.rt_multi_thread_available => { in build() 110 (Threaded, _) => { in build() 121 (Threaded, Some((_, start_paused_span))) => { in build() 273 RuntimeFlavor::Threaded => quote! { in parse_knobs()
|
/external/autotest/client/tests/tiobench/ |
D | control | 1 NAME = 'Threaded IO Bench'
|
/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/llvm-project/llvm/docs/ |
D | GarbageCollection.rst | 767 Threaded
|
/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/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 283 :ref:`Code for Threaded Parallel URL reads<threadpoolexecutor-example>`, an
|
/external/curl/ |
D | configure.ac | 4528 AC_MSG_ERROR([Threaded resolver enabled but no thread library found])
|