| /oneTBB/src/tbb/ |
| H A D | concurrent_monitor.h | 66 inline void remove( base_node& n ) { in remove() function 249 my_waitset.remove(node); in cancel_wait() 292 my_waitset.remove(*n); in notify_one_relaxed() 372 my_waitset.remove(*n); in notify_relaxed() 407 my_waitset.remove(*n); in notify_one_relaxed()
|
| H A D | observer_proxy.cpp | 72 remove(p); in clear() 101 void observer_list::remove(observer_proxy* p) { in remove() function in tbb::detail::r1::observer_list 137 remove(p); in remove_ref() 307 list.remove(proxy); in observe()
|
| H A D | thread_data.h | 66 void remove(d1::intrusive_list_node& val) { in remove() function 69 intrusive_list<d1::intrusive_list_node>::remove(val); in remove()
|
| H A D | cancellation_disseminator.h | 70 my_threads_list.remove(td); in unregister_thread()
|
| H A D | intrusive_list.h | 145 void remove( T& val ) { in remove() function 160 remove( val ); in erase()
|
| H A D | observer_proxy.h | 70 void remove ( observer_proxy* p );
|
| H A D | thread_dispatcher.cpp | 110 my_client_list[client.priority_level()].remove(client); in remove_client()
|
| H A D | task_group_context.cpp | 60 ctx.my_context_list->remove(ctx.my_node); in destroy()
|
| /oneTBB/test/tbb/ |
| H A D | test_intrusive_list.cpp | 124 il.remove(*it++); // extra advance here as well in test_list_operations() 131 il.remove(item); in test_list_operations()
|
| /oneTBB/cmake/compilers/ |
| H A D | MSVC.cmake | 62 # CMake define this extra lib, remove it for this build type 74 # CMake define list additional libs, remove it for this build type
|
| /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 | concurrent_hash_map.rst | 124 The method ``remove(key)`` can also operate concurrently. It implicitly
|
| H A D | create_token_based_system.rst | 139 the token to be of any type and to inject or remove tokens from the
|
| /oneTBB/ |
| H A D | Bazel.md | 94 To use the Bazel build with earlier versions of GCC, remove `-mwaitpkg` flag as it leads to errors …
|
| H A D | third-party-programs.txt | 240 …When you convey a copy of a covered work, you may at your option remove any additional permissions… 250 …by this License along with a term that is a further restriction, you may remove that term. If a li…
|
| /oneTBB/src/tbbmalloc/ |
| H A D | backend.cpp | 932 void AllLargeBlocksList::remove(LargeMemoryBlock *lmb) in remove() function in rml::internal::AllLargeBlocksList 946 extMemPool->lmbList.remove(lmb); in putLargeBlock() 986 regionList.remove(oldRegion); in remap() 1037 regionList.remove(memRegion); in releaseRegion() 1307 void MemRegionList::remove(MemRegion *r) in remove() function in rml::internal::MemRegionList
|
| H A D | backend.h | 104 void remove(MemRegion *r);
|
| H A D | tbbmalloc_internal.h | 555 void remove(LargeMemoryBlock *lmb);
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_cache_impl.h | 43 void remove( T &n ) { in remove() function
|
| H A D | _flow_graph_node_impl.h | 205 my_predecessors.remove(*(tmp->r)); in handle_operations()
|
| H A D | _flow_graph_join_impl.h | 254 my_predecessors.remove(*(current->my_pred));
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Wavefront.rst | 123 It is generally good to remove redundant dependences from
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 672 # will remove the Files entry from the Quick Index and from the Folder Tree View 679 # page. This will remove the Namespaces entry from the Quick Index and from the 943 # Note that the filter must not add or remove lines; it is applied before the 1510 # doxygen run you need to manually remove any form_*.png images from the HTML 2115 # remove all references to function-like macros that are alone on a line, have 2490 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2073 my_predecessors.remove( src ); in remove_predecessor()
|