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

  /external/opencv3/modules/core/src/
precomp.hpp 262 struct CoreTLSData
264 CoreTLSData() : device(0), useOpenCL(-1), useIPP(-1)
281 TLSData<CoreTLSData>& getCoreTlsData();
system.cpp 1157 TLSData<CoreTLSData>& getCoreTlsData()
1159 static TLSData<CoreTLSData> *value = new TLSData<CoreTLSData>();
    [all...]
ocl.cpp     [all...]

Completed in 92 milliseconds