Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dsystem.cpp1109 static TLSContainerStorage& getTLSContainerStorage() in getTLSContainerStorage() function
1118 key_ = getTLSContainerStorage().allocateKey(this); in TLSDataContainer()
1123 getTLSContainerStorage().releaseKey(key_, this); in ~TLSDataContainer()
1148 getTLSContainerStorage().destroyData(i, data); in ~TLSStorage()