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

  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 531 class TLSData : protected TLSDataContainer
534 inline TLSData() {}
535 inline ~TLSData() {}
  /external/opencv3/modules/core/src/
precomp.hpp 281 TLSData<CoreTLSData>& getCoreTlsData();
parallel_pthreads.cpp 242 cv::TLSData<work_thread_t> m_is_work_thread;
system.cpp 1087 // currently, we don't go into thread's TLSData and release data for this key
1130 TLSStorage* tlsData = TLSStorage::get();
1131 void* data = tlsData->getData(key_);
1136 tlsData->setData(key_, data);
1157 TLSData<CoreTLSData>& getCoreTlsData()
1159 static TLSData<CoreTLSData> *value = new TLSData<CoreTLSData>();
    [all...]

Completed in 76 milliseconds