Home
last modified time | relevance | path

Searched defs:second (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dmailbox.h131 if ( task_proxy* second = curr->next_in_mailbox.load(std::memory_order_acquire) ) { in internal_pop() local
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h167 static inline std::pair<graph_task*, graph_task*> order_tasks(graph_task* first, graph_task* second in order_tasks()