Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc16130 uint32_t num_threads() const { return num_threads_; } in num_threads()
16131 void set_num_threads(uint32_t value) { num_threads_ = value; _has_field_.set(5); } in set_num_threads()
16162 uint32_t num_threads_{}; member in perfetto::protos::gen::StressTestConfig
16288 && num_threads_ == other.num_threads_ in operator ==()
16320 field.get(&num_threads_); in ParseFromArray()
16383 msg->AppendVarInt(5, num_threads_); in Serialize()
Dperfetto.h49921 uint32_t num_threads() const { return num_threads_; }
49922 void set_num_threads(uint32_t value) { num_threads_ = value; _has_field_.set(5); }
49953 uint32_t num_threads_{};
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp20443 uint32_t num_threads() const { return num_threads_; } in num_threads()
20444 void set_num_threads(uint32_t value) { num_threads_ = value; _has_field_.set(5); } in set_num_threads()
20475 uint32_t num_threads_{}; member in perfetto::protos::gen::StressTestConfig
20606 && num_threads_ == other.num_threads_ in operator ==()
20638 field.get(&num_threads_); in ParseFromArray()
20701 msg->AppendVarInt(5, num_threads_); in Serialize()
Dperfetto.h125851 uint32_t num_threads() const { return num_threads_; }
125852 void set_num_threads(uint32_t value) { num_threads_ = value; _has_field_.set(5); }
125883 uint32_t num_threads_{};