Searched refs:desired (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _waitable_atomic.h | 56 T exchange(T desired) noexcept { in exchange() argument 57 return my_atomic.exchange(desired); in exchange()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | collaborative_call_once.h | 144 void set_completion_state(std::uintptr_t runner_bits, std::uintptr_t desired) { in set_completion_state() argument 152 } while (!m_state.compare_exchange_strong(expected, desired)); in set_completion_state()
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 40 …ange this default, set the `TBB_NUM_THREADS` environment variable to the desired number of threads… 42 …change this default, set the `TBB_GRAINSIZE` environment variable to the desired grain size before…
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Flow_Graph_Buffering_in_Nodes.rst | 26 not desired, the node should be connected to a buffering node that does
|
| H A D | Guiding_Task_Scheduler_Execution.rst | 86 assign the desired value to the ``task_arena::constraints::max_threads_per_core`` field.
|
| H A D | work_isolation.rst | 62 being sequenced within a thread is desired. For that, oneTBB provides
|
| /oneTBB/src/tbb/ |
| H A D | queuing_rw_mutex.cpp | 50 …static T* compare_exchange_strong( std::atomic<word>& obj, const T* expected, const T* desired, st… in compare_exchange_strong() argument 52 obj.compare_exchange_strong(expd, reinterpret_cast<word>(desired), memory_order); in compare_exchange_strong()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reduction.rst | 207 specified for ``oneapi::tbb::blocked_range``. It defines the desired block
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 3527 T operator=(T desired) DOCTEST_NOEXCEPT { // lgtm [cpp/assignment-does-not-return-this] 3528 store(desired); 3529 return desired; 3532 … void store(T desired, std::memory_order order = std::memory_order_seq_cst) DOCTEST_NOEXCEPT { 3535 c.atomic.store(desired, order); 3536 desired = {};
|