Friday, March 4, 2011

Tool to browse Multi-thread (C++/C) code ?

We are using multi-thread in our fairly large product, but when doing review we hardly know a function or method will run under which thread. I know this looks stupid, but in a large product without good modularization, we can lost. And there are many potential synchronization problems are aware of.

So I'm wondering if there are tools for code browsing that could help you easily identify function/method would be run under which thread(s).

From stackoverflow

0 comments:

Post a Comment