Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_task.h64 TBB_EXPORT void __TBB_EXPORTED_FUNC notify_waiters(std::uintptr_t wait_ctx_addr);
113 std::uintptr_t wait_ctx_addr = std::uintptr_t(this); in add_reference() local
114 r1::notify_waiters(wait_ctx_addr); in add_reference()
/oneTBB/src/tbb/
H A Dtask.cpp216 void notify_waiters(std::uintptr_t wait_ctx_addr) { in notify_waiters() argument
218 return wait_ctx_addr == context.my_uniq_addr; in notify_waiters()