Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp517 const bool Threaded = !getFlags().isSequential(); in emitItems() local
542 if (Threaded && ItemSeq != DesiredSequenceNumber) { in emitItems()
/third_party/curl/
Dconfigure.ac3931 AC_MSG_ERROR([Threaded resolver enabled but no thread library found])
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi432 options given during MHD compilation. Threaded operations
Dlibmicrohttpd.info374 on options given during MHD compilation. Threaded operations
/third_party/python/Doc/whatsnew/
D3.2.rst283 :ref:`Code for Threaded Parallel URL reads<threadpoolexecutor-example>`, an