Lines Matching refs:second
103 op.result().second.my_value = my_value_function(key);
104 op.result().second.my_is_ready.store(true, std::memory_order_release);
106 spin_wait_while_eq(op.result().second.my_is_ready, false);
140 if (! --(map_it->second.my_ref_counter)) { in signal_end_of_usage_serial()
153 __TBB_ASSERT(map_it_to_evict->second.my_ref_counter == 0, in signal_end_of_usage_serial()
164 map_it->second.my_history_list_iterator = my_history_list.begin(); in signal_end_of_usage_serial()
176 history_list_iterator_type list_it = map_it->second.my_history_list_iterator; in retrieve_serial()
178 __TBB_ASSERT(map_it->second.my_ref_counter == 0, in retrieve_serial()
184 map_it->second.my_history_list_iterator = my_history_list.end(); in retrieve_serial()
188 ++(map_it->second.my_ref_counter); in retrieve_serial()
282 return my_map_record_ptr->second.my_value;