While looking at some example codes from CVI 8.0.1, I found there are functions that are neither defined in the example nor are part of the CVI built-in functions. For examples, in "Samples\utility\Threading\ThreadSafeVar\IncrementValue.c", the InitApp() calls
InitilizeTsvGetSetAccess(),
InitializeTsvPtrAccess(),
SetTsvGetSetAccess(0), and
SetTsvPtrAccess(0).
None of these functions are defined anywhere in the source and none of these can be found in the CVI Help. I think they have something to do with setting up the thread-safe variable, but I need some documentation. Does anyone know where to find these references? Thanks.