Searched refs:thread_data (Results 1 – 1 of 1) sorted by relevance
165 for (auto* thread_data : thread_data_set_) { in GetThreadList() local166 assert(thread_data); in GetThreadList()167 auto thread_id = thread_data->thread_id.load(std::memory_order_relaxed); in GetThreadList()168 auto thread_type = thread_data->thread_type.load(std::memory_order_relaxed); in GetThreadList()172 auto cf_key = thread_data->cf_key.load(std::memory_order_relaxed); in GetThreadList()182 op_type = thread_data->operation_type.load(std::memory_order_acquire); in GetThreadList()185 op_elapsed_micros = now_micros - thread_data->op_start_time.load( in GetThreadList()187 op_stage = thread_data->operation_stage.load(std::memory_order_relaxed); in GetThreadList()188 state_type = thread_data->state_type.load(std::memory_order_relaxed); in GetThreadList()191 thread_data->op_properties[i].load(std::memory_order_relaxed); in GetThreadList()