Home
last modified time | relevance | path

Searched defs:GlobalState (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/fuzz/
Dsession.cc20 struct GlobalState { struct
21 GlobalState() : ctx(SSL_CTX_new(TLS_method())) {} in GlobalState() argument
26 static GlobalState g_state; argument
Dssl_ctx_api.cc204 struct GlobalState { struct
205 GlobalState() { in GlobalState() argument
226 static GlobalState g_state; argument
/external/cronet/third_party/boringssl/src/fuzz/
Dsession.cc20 struct GlobalState { struct
21 GlobalState() : ctx(SSL_CTX_new(TLS_method())) {} in GlobalState() function
26 static GlobalState g_state; argument
Dssl_ctx_api.cc204 struct GlobalState { struct
205 GlobalState() { in GlobalState() function
226 static GlobalState g_state; argument
/external/perfetto/src/shared_lib/
Dtrack_event.cc310 struct GlobalState { struct in perfetto::shlib::TrackEvent
311 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() function
399 std::mutex mu_;
[all …]
/external/mesa3d/src/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThreadStore.cpp64 class GlobalState { class
66 GlobalState() { in GlobalState() function in gfxstream::guest::__anon94a380750111::GlobalState