Home
last modified time | relevance | path

Searched refs:OSCL_TLS_MAX_SLOTS (Results 1 – 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_tls.cpp123 alloc.allocate(sizeof(registry_type) * OSCL_TLS_MAX_SLOTS)); in initialize()
132 for (uint32 ii = 0; ii < OSCL_TLS_MAX_SLOTS; ii++) in initialize()
194 OSCL_ASSERT(ID < OSCL_TLS_MAX_SLOTS); in getInstance()
227 OSCL_ASSERT(ID < OSCL_TLS_MAX_SLOTS); in registerInstance()
Doscl_tls.h84 #define OSCL_TLS_MAX_SLOTS ( OSCL_TLS_BASE_SLOTS + OSCL_TLS_EXTERNAL_SLOTS) macro