Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Darena_slot.cpp46 task_proxy& tp = static_cast<task_proxy&>(*result); in get_task_impl() local
176 task_proxy& tp = *static_cast<task_proxy*>(result); in steal_task() local
H A Darena_slot.h296 d1::task** tp = task_pool.load(std::memory_order_relaxed); in acquire_task_pool() local
361 d1::task** tp = task_pool.load(std::memory_order_relaxed); in is_local_task_pool_quiescent() local
H A Dtask_dispatcher.h442 while (task_proxy* const tp = my_inbox.pop(isolation)) { in get_mailbox_task() local
H A Darena.h459 task_proxy &tp = *(task_proxy*)t; in steal_task() local
/oneTBB/include/oneapi/tbb/
H A Dtick_count.h87 tick_count( clock_type::time_point tp ) : my_time_point(tp) {} in tick_count()
/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp75 threading tp(p); in main() local
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h339 graph_task* tp = create_forward_task(); in spawn_forward_task() local