HomeSort by relevance Sort by last modified time
    Searched full:g_tlsdata (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/core/src/
system.cpp 956 static __declspec( thread ) TLSStorage* g_tlsdata = NULL; member in namespace:cv
960 if (g_tlsdata)
962 delete g_tlsdata;
963 g_tlsdata = NULL;
969 if (!g_tlsdata)
971 g_tlsdata = new TLSStorage;
973 return g_tlsdata;
    [all...]

Completed in 424 milliseconds