Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dqueuing_mutex.h85 scoped_lock* pred = m.q_tail.exchange(this); in acquire() local
H A Dconcurrent_queue.h329 …(r1::concurrent_monitor* monitors, std::size_t monitor_tag, std::ptrdiff_t target, FuncType pred) { in internal_wait()
/oneTBB/test/common/
H A Dspin_barrier.h39 void SpinWaitWhile(Predicate pred) { in SpinWaitWhile()
/oneTBB/src/tbb/
H A Dconcurrent_monitor.h259 bool wait(Pred&& pred, NodeType&& node) { in wait()
H A Darena.h165 bool try_clear_if(Pred&& pred) { in try_clear_if()
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h164 predecessor_type* pred = nullptr; in try_reserve() local
/oneTBB/test/tbb/
H A Dtest_async_node.cpp739 for(auto& pred: preds) { in test_follows() local