Searched refs:old (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | objbound.cpp | 242 bndbox *cur, *old; in octreespace() local 243 old = box1; in octreespace() 246 old->nextobj = cur; in octreespace() 248 old = cur; in octreespace() 252 old->nextobj = cur; in octreespace() 254 old = cur; in octreespace() 260 old = cur; in octreespace() 266 old = cur; in octreespace() 272 old = cur; in octreespace() 278 old = cur; in octreespace() [all …]
|
| /oneTBB/python/rml/ |
| H A D | ipc_server.cpp | 150 int old = my_global_thread_count.load(std::memory_order_relaxed); in release_thread_sem() local 152 if( old<=0 ) return; in release_thread_sem() 153 } while( !my_global_thread_count.compare_exchange_strong(old, old-1) ); in release_thread_sem() 154 if( old>0 ) { in release_thread_sem() 964 int old; in wake_some() local 966 old = my_slack.load(std::memory_order_relaxed); in wake_some() 967 if( old<=0 ) goto done; in wake_some() 968 } while( !my_slack.compare_exchange_strong( old, old-1 ) ); in wake_some() 1010 int old; in wake_one_forced() local 1013 if( old<=0 ) goto done; in wake_one_forced() [all …]
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _pipeline_filters.h | 399 filter_node* old = my_node; 404 if (old) { 405 old->remove_ref(); 414 filter_node* old = my_node; 417 if (old) { 418 old->remove_ref();
|
| H A D | _waitable_atomic.h | 60 void wait(T old, std::uintptr_t context, std::memory_order order) { in wait() argument 61 auto wakeup_condition = [&] { return my_atomic.load(order) != old; }; in wait()
|
| /oneTBB/src/tbb/ |
| H A D | private_server.cpp | 386 int old = my_slack.load(std::memory_order_relaxed); in wake_some() local 388 if (old <= 0) goto done; in wake_some() 389 } while (!my_slack.compare_exchange_strong(old, old - 1)); in wake_some()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | avoid_dynamic_node_removal.rst | 19 It is possible to add new nodes and edges and to remove old edges from a
|
| H A D | Predefined_Node_Types.rst | 43 …ept all messages, broadcasting them to all successors, and replacing the old value with the ne…
|
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc_internal.h | 165 Arg old = location.load(std::memory_order_acquire); in AtomicUpdate() local 166 for (; cmp(old, newVal); ) { in AtomicUpdate() 167 if (location.compare_exchange_strong(old, newVal)) in AtomicUpdate()
|
| /oneTBB/cmake/toolchains/ |
| H A D | mips.cmake | 30 # In old CMake versions (checked on 3.5) there is invocation of try_run command in FindThreads.cmak…
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_hash_map.h | 418 hash_map_iterator old(*this); 420 return old;
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 204 # tag to YES if you prefer the old behavior instead. 1320 # files are now used as the Windows 98 help format, and will replace the old
|