Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 24 of 24) sorted by relevance

/oneTBB/src/tbb/
H A Dconcurrent_monitor.h66 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 Dobserver_proxy.cpp72 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 Dthread_data.h66 void remove(d1::intrusive_list_node& val) { in remove() function
69 intrusive_list<d1::intrusive_list_node>::remove(val); in remove()
H A Dcancellation_disseminator.h70 my_threads_list.remove(td); in unregister_thread()
H A Dintrusive_list.h145 void remove( T& val ) { in remove() function
160 remove( val ); in erase()
H A Dobserver_proxy.h70 void remove ( observer_proxy* p );
H A Dthread_dispatcher.cpp110 my_client_list[client.priority_level()].remove(client); in remove_client()
H A Dtask_group_context.cpp60 ctx.my_context_list->remove(ctx.my_node); in destroy()
/oneTBB/test/tbb/
H A Dtest_intrusive_list.cpp124 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 DMSVC.cmake62 # 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 Davoid_dynamic_node_removal.rst19 It is possible to add new nodes and edges and to remove old edges from a
H A Dconcurrent_hash_map.rst124 The method ``remove(key)`` can also operate concurrently. It implicitly
H A Dcreate_token_based_system.rst139 the token to be of any type and to inject or remove tokens from the
/oneTBB/
H A DBazel.md94 To use the Bazel build with earlier versions of GCC, remove `-mwaitpkg` flag as it leads to errors …
H A Dthird-party-programs.txt240 …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 Dbackend.cpp932 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 Dbackend.h104 void remove(MemRegion *r);
H A Dtbbmalloc_internal.h555 void remove(LargeMemoryBlock *lmb);
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h43 void remove( T &n ) { in remove() function
H A D_flow_graph_node_impl.h205 my_predecessors.remove(*(tmp->r)); in handle_operations()
H A D_flow_graph_join_impl.h254 my_predecessors.remove(*(current->my_pred));
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DWavefront.rst123 It is generally good to remove redundant dependences from
/oneTBB/doc/
H A DDoxyfile.in672 # 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 Dflow_graph.h2073 my_predecessors.remove( src ); in remove_predecessor()