Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/cmake/templates/
H A Ddllmain.cpp.in18 extern __declspec(dllimport) bool __termination; // Details: #12750
38 cv::__termination = true;
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsystem.cpp1362 bool __termination = false; variable
1445 cv::__termination = true; // DllMain is missing in static builds in ~TlsAbstraction()
1470 cv::__termination = true; // DllMain is missing in static builds in ~TlsAbstraction()
1503 cv::__termination = true; // DllMain is missing in static builds in ~TlsAbstraction()
1771 cv::__termination = true; in opencv_fls_destructor()
1876 cv::__termination = true; in DllMain()
H A Dprecomp.hpp366 bool __termination; // skip some cleanups, because process is terminating
H A Dtrace.cpp900 cv::__termination = true; // also set in DllMain() notifications handler for DLL_PROCESS_DETACH in ~TraceManager()
908 if (cv::__termination) in isActivated()
H A Docl.cpp128 void release() { if( CV_XADD(&refcount, -1) == 1 && !cv::__termination) delete this; } \
1630 if (!cv::__termination) in ~Impl()
2384 if (!cv::__termination) in ~Impl()
3270 if (!cv::__termination) in ~Impl()
4673 if (!cv::__termination) in ~Impl()
5615 …if (cv::__termination) // process is not in consistent state (after ExitProcess call) and termina… in deallocate_()