Menchar, it is thread safe.
If you are using variables that are accessed from more than one thread, you can use thread-safe variables. There is an example program that shows how to do this in the cvi directory. \samples\utility\threading
You do not need to do this if you are only accessing the data with one thread.