Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 7 of 7) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DWhen_Task-Based_Programming_Is_Inappropriate.rst10 algorithms composed from non-blocking tasks. It still works if the tasks
16 anyway, no matter how many threads it has. If you have blocking tasks,
H A DConcurrent_Queue_Classes.rst10 blocking operations. The fundamental operations on it are ``push`` and
67 adds blocking operations and the ability to specify a capacity. The
102 bounds or the blocking pop, consider using ``concurrent_queue`` instead.
H A Dwork_isolation.rst96 When entered a task waiting call or a blocking parallel construct
H A DMutex_Flavors.rst39 if waits are typically short and blocking mutexes if waits are
/oneTBB/test/tbb/
H A Dtest_tbb_fork.cpp134 bool blocking; member in RunInNativeThread
137 RunInNativeThread(bool blocking_) : blocking(blocking_) {} in RunInNativeThread()
141 if (blocking) { in operator ()()
H A Dtest_task_arena.cpp158 AsynchronousWork(utils::SpinBarrier &a_barrier, bool blocking = true) in AsynchronousWork()
159 : my_barrier(a_barrier), my_is_blocking(blocking) {} in AsynchronousWork()
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst91 ``oneapi::tbb::parallel_invoke`` follows a blocking style of programming, which means that it
396 inherit ``tbb::task`` and implement its interface. Then, blocking the ``RootTask`` from leaving pre…