Home
last modified time | relevance | path

Searched refs:getInstrumentTLSStruct (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dparallel.cpp213 pThreadRoot = cv::instr::getInstrumentTLSStruct().pCurrentNode; in ParallelLoopBodyWrapperContext()
314 cv::instr::InstrTLSStruct *pInstrTLS = &cv::instr::getInstrumentTLSStruct(); in operator ()()
H A Dsystem.cpp2134 getInstrumentTLSStruct().pCurrentNode = &getInstrumentStruct().rootNode; in resetTrace()
2213 InstrTLSStruct& getInstrumentTLSStruct() in getInstrumentTLSStruct() function
2220 return getInstrumentTLSStruct().pCurrentNode; in getCurrentNode()
2231 InstrTLSStruct *pTLS = &getInstrumentTLSStruct(); in IntrumentationRegion()
2283 InstrTLSStruct *pTLS = &getInstrumentTLSStruct(); in ~IntrumentationRegion()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dprivate.hpp702 InstrTLSStruct& getInstrumentTLSStruct();