Searched refs:wait_ctx_addr (Results 1 – 2 of 2) sorted by relevance
64 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() local114 r1::notify_waiters(wait_ctx_addr); in add_reference()
216 void notify_waiters(std::uintptr_t wait_ctx_addr) { in notify_waiters() argument218 return wait_ctx_addr == context.my_uniq_addr; in notify_waiters()