Home
last modified time | relevance | path

Searched defs:root (Results 1 – 8 of 8) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp111 static int countobj(object *root) { in countobj()
125 static void movenextobj(object *thisobj, object **root) { in movenextobj()
H A Dgrid.cpp245 static int countobj(object *root) { in countobj()
259 static int countobjlist(objectlist *root) { in countobjlist()
/oneTBB/include/oneapi/tbb/
H A Dparallel_pipeline.h52 filter( filter_node_ptr root ) : my_root(root) {} in filter()
H A Dparallel_scan.h430 sum_node_type* root = nullptr; in run() local
/oneTBB/src/tbb/
H A Dprivate_server.cpp396 auto root = my_asleep_list_root.load(std::memory_order_relaxed); in wake_some() local
H A Dparallel_pipeline.cpp57 void fill_pipeline(const d1::filter_node& root) { in fill_pipeline()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h553 padded_page*& root = my_array[queue_rep_type::index(k)]; in advance() local
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp970 TestEnqueueTask root(executed, completed, waiter, arena); in operator ()() local