Searched refs:blocking (Results 1 – 7 of 7) sorted by relevance
10 algorithms composed from non-blocking tasks. It still works if the tasks16 anyway, no matter how many threads it has. If you have blocking tasks,
10 blocking operations. The fundamental operations on it are ``push`` and67 adds blocking operations and the ability to specify a capacity. The102 bounds or the blocking pop, consider using ``concurrent_queue`` instead.
96 When entered a task waiting call or a blocking parallel construct
39 if waits are typically short and blocking mutexes if waits are
134 bool blocking; member in RunInNativeThread137 RunInNativeThread(bool blocking_) : blocking(blocking_) {} in RunInNativeThread()141 if (blocking) { in operator ()()
158 AsynchronousWork(utils::SpinBarrier &a_barrier, bool blocking = true) in AsynchronousWork()159 : my_barrier(a_barrier), my_is_blocking(blocking) {} in AsynchronousWork()
91 ``oneapi::tbb::parallel_invoke`` follows a blocking style of programming, which means that it396 inherit ``tbb::task`` and implement its interface. Then, blocking the ``RootTask`` from leaving pre…