MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / GetLastThreadError

Function GetLastThreadError

src/nvcv/src/priv/Status.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83NVCVStatus GetLastThreadError() noexcept
84{
85 return GetLastThreadError(nullptr, 0);
86}
87
88NVCVStatus PeekAtLastThreadError() noexcept
89{

Callers 1

Status.cppFile · 0.85

Calls 2

PeekAtLastThreadErrorFunction · 0.85
SetThreadErrorFunction · 0.70

Tested by

no test coverage detected