Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp183 int ready{0}; variable
185 auto func = [&ready, &value] (move_only_type other) { in __anon8532fc100502()
187 ready++; in __anon8532fc100502()
195 REQUIRE(ready == 1);
204 REQUIRE(ready == 2);
/oneTBB/python/tbb/
H A Dpool.py356 def ready(self): member in ApplyResult
364 assert self.ready()
372 assert not self.ready()
390 assert not self.ready()
474 assert apply_result.ready()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DFenced_Data_Transfer.rst32 write a message and mark it as ready to ready as shown in the
88 that indicates when the message is ready. Here is the previous
H A DLocal_Serializer.rst101 * - No higher priority work is ready to run.
/oneTBB/doc/main/tbb_userguide/
H A DHow_Task_Scheduler_Works.rst29 …des, but only a linear number can exists at the same time, since it creates a stack of other ready
32 Each thread has its deque of tasks that are ready to run. When a
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h390 bool ready() const {
533 if (requestedMode.ready())
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst388 queue of tasks ready for execution via ``oneapi::tbb::task_group::run``, but bypassed to the execut…
/oneTBB/
H A Dthird-party-programs.txt154 …products. If such problems arise substantially in other domains, we stand ready to extend this pro…