Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_assert.h44 #define __TBB_ASSERT_RELEASE(predicate,message) ((predicate)?((void)0) : rml::internal::assertion_f… argument
46 #define __TBB_ASSERT_RELEASE(predicate,message) ((predicate)?((void)0) : tbb::detail::r1::assertion… argument
54 #define __TBB_ASSERT(predicate,message) __TBB_ASSERT_RELEASE(predicate,message) argument
59 #define __TBB_ASSERT(predicate,comment) ((void)0) argument
61 #define __TBB_ASSERT_EX(predicate,comment) ((void)(1 && (predicate))) argument
/oneTBB/src/tbb/
H A Daddress_waiter.cpp69 void wait_on_address(void* address, d1::delegate_base& predicate, std::uintptr_t context) { in wait_on_address()
77 auto predicate = [address, target_context] (address_context ctx) { in notify_by_address() local
87 auto predicate = [address] (address_context ctx) { in notify_by_address_one() local
97 auto predicate = [address] (address_context ctx) { in notify_by_address_all() local
H A Dconcurrent_monitor.h349 void notify( const P& predicate ) { in notify()
357 void notify_relaxed( const P& predicate ) { in notify_relaxed()
392 void notify_one_relaxed( const P& predicate ) { in notify_one_relaxed()
463 bool guarded_call(Pred&& predicate, NodeType& node) { in guarded_call()
H A Dconcurrent_bounded_queue.cpp52 … std::ptrdiff_t target, d1::delegate_base& predicate ) in wait_bounded_queue_monitor()