Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmailbox.h98 typedef std::atomic<task_proxy*> atomic_proxy_ptr; typedef
101 atomic_proxy_ptr my_first;
104 std::atomic<atomic_proxy_ptr*> my_last;
119 atomic_proxy_ptr* prev_ptr = &my_first; in internal_pop()
138 atomic_proxy_ptr* expected = &curr->next_in_mailbox; in internal_pop()
162 atomic_proxy_ptr* const link = my_last.exchange(&t->next_in_mailbox); in push()