Searched refs:first_id (Results 1 – 1 of 1) sorted by relevance
145 static std::atomic<int> first_id; member151 while(first_id == -1 && in operator()152 !first_id.compare_exchange_strong(old_value, my_id)); in operator()173 std::atomic<int> track_first_id_functor<OutputType>::first_id = {-1};634 track_first_id_functor<int>::first_id = -1; in test_priority()652 …CHECK_MESSAGE((track_first_id_functor<int>::first_id == 2), "High priority node should execute fir… in test_priority()