Searched refs:Threaded (Results 1 – 6 of 6) sorted by relevance
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 …]
517 const bool Threaded = !getFlags().isSequential(); in emitItems() local542 if (Threaded && ItemSeq != DesiredSequenceNumber) { in emitItems()
3931 AC_MSG_ERROR([Threaded resolver enabled but no thread library found])
432 options given during MHD compilation. Threaded operations
374 on options given during MHD compilation. Threaded operations
283 :ref:`Code for Threaded Parallel URL reads<threadpoolexecutor-example>`, an