Home
last modified time | relevance | path

Searched defs:create (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbb/
H A Dglobal_control.cpp189 static void create(d1::global_control& gc) { in create() function
249 void __TBB_EXPORTED_FUNC create(d1::global_control& gc) { in create() function
H A Darena.cpp451 arena& arena::create(threading_control* control, unsigned num_slots, unsigned num_reserved_slots, u… in create() function in tbb::detail::r1::arena
/oneTBB/test/tbb/
H A Dtest_split_node.cpp127 static SType *create(tbb::flow::graph& g) { in create() function in makeSplit
H A Dtest_scheduler_mix.cpp407 void create(Random& rnd) { in create() function in ArenaTable
H A Dtest_indexer_node.cpp139 static IType *create() { in create() function in makeIndexer
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h91 static skip_list_node* create( container_allocator_type& alloc, size_type height ) { in create() function
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp990 TLSData* MemoryPool::getTLS(bool create) in getTLS()