Home
last modified time | relevance | path

Searched refs:poison_value (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dscheduler_common.h340 inline void poison_value(std::uintptr_t& val) { val = venom; } in poison_value() function
342 inline void poison_value(std::atomic<std::uintptr_t>& val) { val.store(venom, std::memory_order_rel… in poison_value() function
356 #define poison_value(g) ((void)0) macro
H A Dobserver_proxy.cpp45 poison_value(my_ref_count); in ~observer_proxy()
H A Darena.cpp312 poison_value( my_guard ); in free_arena()