Searched refs:atomic_proxy_ptr (Results 1 – 1 of 1) sorted by relevance
98 typedef std::atomic<task_proxy*> atomic_proxy_ptr; typedef101 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()