HomeSort by relevance Sort by last modified time
    Searched refs:TLSDataContainer (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 516 class CV_EXPORTS TLSDataContainer
521 TLSDataContainer();
522 virtual ~TLSDataContainer();
531 class TLSData : protected TLSDataContainer
  /external/opencv3/modules/core/src/
system.cpp 1064 std::vector<TLSDataContainer*> tlsContainers_;
1076 int allocateKey(TLSDataContainer* pContainer)
1082 void releaseKey(int id, TLSDataContainer* pContainer)
1093 TLSDataContainer* k = tlsContainers_[key];
1115 TLSDataContainer::TLSDataContainer()
1121 TLSDataContainer::~TLSDataContainer()
1127 void* TLSDataContainer::getData() const
    [all...]

Completed in 359 milliseconds