Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h195 inline void poison_pointer( T* &p ) { p = reinterpret_cast<T*>(poisoned_ptr); } in poison_pointer() function
198 inline void poison_pointer(std::atomic<T*>& p) { p.store(reinterpret_cast<T*>(poisoned_ptr), std::m… in poison_pointer() function
208 inline void poison_pointer(T&) {/*do nothing*/} in poison_pointer() function