Home
last modified time | relevance | path

Searched refs:do_try_put (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_input_node.cpp270 bool do_try_put = true; in test_follows_and_precedes_api() local
274 if(!do_try_put) in test_follows_and_precedes_api()
276 do_try_put = !do_try_put; in test_follows_and_precedes_api()
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_indexer_impl.h34 graph_task* do_try_put(const T &v, void *p) { in do_try_put() function
44 … graph_task* (*indexer_node_put_task)(const T&, void *) = do_try_put<IndexerNodeBaseType, T, N-1>; in set_indexer_node_pointer()
55 … graph_task* (*indexer_node_put_task)(const T&, void *) = do_try_put<IndexerNodeBaseType, T, 0>;