Home
last modified time | relevance | path

Searched refs:registry_type (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_tls.h114 typedef OsclAny* registry_type; typedef
115 typedef registry_type* registry_pointer_type;
Doscl_singleton.h112 typedef OsclAny* registry_type; typedef
113 typedef registry_type* registry_pointer_type;
Doscl_tls.cpp123 alloc.allocate(sizeof(registry_type) * OSCL_TLS_MAX_SLOTS)); in initialize()
198 registry_type id = 0; in getInstance()