Home
last modified time | relevance | path

Searched defs:destroy (Results 1 – 24 of 24) sorted by relevance

/oneTBB/src/tbb/
H A Dtls.h43 int destroy() { return pthread_key_delete(my_key); } in destroy() function
H A Dtask_group_context.cpp40 void tbb_exception_ptr::destroy() noexcept { in destroy() function in tbb::detail::r1::tbb_exception_ptr
54 void task_group_context_impl::destroy(d1::task_group_context& ctx) { in destroy() function in tbb::detail::r1::task_group_context_impl
339 void __TBB_EXPORTED_FUNC destroy(d1::task_group_context& ctx) { in destroy() function
H A Dconcurrent_monitor_mutex.h38 void destroy() { in destroy() function
H A Dglobal_control.cpp202 static void destroy(d1::global_control& gc) { in destroy() function
252 void __TBB_EXPORTED_FUNC destroy(d1::global_control& gc) { in destroy() function
H A Dsmall_object_pool.cpp133 void small_object_pool_impl::destroy() in destroy() function in tbb::detail::r1::small_object_pool_impl
H A Dthread_data.h61 void destroy() { in destroy() function
H A Dconcurrent_monitor.h455 void destroy() { in destroy() function
H A Dthreading_control.cpp242 void threading_control::destroy () { in destroy() function in tbb::detail::r1::threading_control
H A Dgovernor.cpp489 void destroy() { in destroy() function
/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h64 void destroy() { rml::pool_destroy(my_pool); } in destroy() function
131 void destroy( pointer p ) { p->~value_type(); } in destroy() function
H A Dtbb_allocator.h91 void destroy( pointer p ) { p->~value_type(); } in destroy() function
H A Dcache_aligned_allocator.h80 void destroy(pointer p) { p->~value_type(); } in destroy() function
H A Dscalable_allocator.h255 void destroy(pointer p) { p->~value_type(); } in destroy() function
H A Dprofiling.h68 enum notify_type {prepare=0, cancel, acquired, releasing, destroy}; enumerator
/oneTBB/test/common/
H A Dcustom_allocators.h184 void destroy( U* ptr ) { in destroy() function
295 void destroy( U* ptr ) { in destroy() function
431 void destroy( U* ptr ) { in destroy() function
H A Diterator.h92 void destroy() { in destroy() function
/oneTBB/src/tbbbind/
H A Dtbb_bind.cpp278 static void destroy() { in destroy() function in tbb::detail::r1::system_topology
/oneTBB/test/tbb/
H A Dtest_split_node.cpp131 static void destroy(SType *p) { delete p; } in destroy() function in makeSplit
H A Dtest_scheduler_mix.cpp431 void destroy(Random& rnd) { in destroy() function in ArenaTable
H A Dtest_indexer_node.cpp143 static void destroy(IType *p) { delete p; } in destroy() function in makeIndexer
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp142 static void destroy() { in destroy() function in rml::internal::ThreadId
203 static void destroy() {} in destroy() function in rml::internal::ThreadId
225 bool TLSKey::destroy() in destroy() function in rml::internal::TLSKey
1129 bool MemoryPool::destroy() in destroy() function in rml::internal::MemoryPool
H A Dbackend.cpp1393 bool Backend::destroy() in destroy() function in rml::internal::Backend
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp234 static void destroy() { in destroy() function in CrossThreadRun
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h107 static void destroy( container_allocator_type& alloc, skip_list_node* node ) { in destroy() function