Searched defs:GlobalState (Results 1 – 6 of 6) sorted by relevance
20 struct GlobalState { struct21 GlobalState() : ctx(SSL_CTX_new(TLS_method())) {} in GlobalState() argument26 static GlobalState g_state; argument
204 struct GlobalState { struct205 GlobalState() { in GlobalState() argument226 static GlobalState g_state; argument
20 struct GlobalState { struct21 GlobalState() : ctx(SSL_CTX_new(TLS_method())) {} in GlobalState() function26 static GlobalState g_state; argument
204 struct GlobalState { struct205 GlobalState() { in GlobalState() function226 static GlobalState g_state; argument
310 struct GlobalState { struct in perfetto::shlib::TrackEvent311 static GlobalState& Instance() { in Instance()316 void OnStart(const perfetto::protos::gen::TrackEventConfig& config, in OnStart()327 void OnStop(uint32_t instance_id) { in OnStop()335 void RegisterCategory(PerfettoTeCategoryImpl* cat) { in RegisterCategory()350 void UnregisterCategory(PerfettoTeCategoryImpl* cat) { in UnregisterCategory()357 void CategorySetCallback(struct PerfettoTeCategoryImpl* cat, in CategorySetCallback()379 DataSourceDescriptor GenerateDescriptorFromCategories() const { in GenerateDescriptorFromCategories()393 GlobalState() : interned_categories_(0) { in GlobalState() function399 std::mutex mu_;[all …]
64 class GlobalState { class66 GlobalState() { in GlobalState() function in gfxstream::guest::__anon94a380750111::GlobalState