Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

multithreading in vs 2005

Status
Not open for further replies.

john2020

Full Member level 5
Full Member level 5
Joined
Nov 13, 2005
Messages
292
Helped
12
Reputation
24
Reaction score
8
Trophy points
1,298
Activity points
4,911
Hi all


I am developing a mutithreaded application using c++ and visual studio 2005 IDE. I would like to know how to debug a multithreaded application in vs 2005?Is there any option to debug single thread at a time?I think all the libraries in VS 2005 and above are multithreaded by default. Is it correct?I exactly want to know how we can run only a single thread at a time for a specified time in a multithreaded environment?Do we need to create a worker thread separately to do this activity or set it by using debugging options in vs2005?pls clarify me.
 

Anyone expert with multithreading to answer this query?
 

Is there any tool to allow only single thread to run at a time in multithreaded apps?
 

i have noused vs2005 . so please read this with that in mind.

dont know whether any tool exist or not.
but , will it be possible to get the 'thread handle' returned by 'createthread' , to control the or limit the threads in your code?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top