LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying thread list programmaticaly

Hello,

With CVI Labwindows, it is possible to show the "Thread list" by the debugger menu "Windows"/"Threads".

Is it possible to get the same information (or at least the thread count) programmaticaly?

(I'm having threads leaks, and try to understand where does it come from, unfortunately theses threads are not named).

Best regards,

Serge

0 Kudos
Message 1 of 2
(797 Views)

Hi,

 

I think there is no option from which we can use the Thread window automatically.

Information regarding to the Thread  Window.

 

The Threads command opens the Threads window, which lists the threads in the program being
debugged. Use this window to select the threads whose local variables and call stack you want to view.
When you double-click a thread from this window, LabWindows/CVI displays the local variables for
the selected thread in the Variables and Call Stack window and displays the current source position of
the thread in the Source window. The Up Call Stack, Down Call Stack, and Call Trace commands in
the Run menu display information about the currently selected thread.

0 Kudos
Message 2 of 2
(757 Views)