Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 10 of 10) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_task_handle.h95 static task_handle construct(task_handle_task* t) { return {t}; } in construct() function
H A D_node_handle.h37 static NodeHandleType construct( typename NodeHandleType::node* node_ptr ) { in construct() function
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h89 void construct(U *p, Args&&... args) in construct() function
H A Dcache_aligned_allocator.h78 void construct(U *p, Args&&... args) in construct() function
H A Dmemory_pool.h127 void construct(U *p, Args&&... args) in construct() function
H A Dscalable_allocator.h253 void construct(U *p, Args&&... args) in construct() function
/oneTBB/src/tbb/
H A Dqueuing_rw_mutex.cpp581 static void construct(d1::queuing_rw_mutex& m) { in construct() function
611 void __TBB_EXPORTED_FUNC construct(d1::queuing_rw_mutex& m) { in construct() function
H A Dmailbox.h179 void construct() { in construct() function
/oneTBB/test/common/
H A Dcustom_allocators.h178 void construct( U* ptr, Args&&... args ) { in construct() function
289 void construct( U* ptr, Args&&... args ) { in construct() function
425 void construct( U* ptr, Args&&... args ) { in construct() function
/oneTBB/src/tbbbind/
H A Dtbb_bind.cpp266 static void construct( std::size_t groups_num ) { in construct() function in tbb::detail::r1::system_topology