Search:
Forum
General C++ Programming
How to suppress the debug info from zthr
How to suppress the debug info from zthread
Aug 4, 2009 at 11:15am UTC
xdwjack
(1)
Hi All,
When I was trying to practice multithread programming using zthread, I always got the output mixed with a lot of debug info like "1 user-thread added"(shown below). Is it possible for me to get output purely by myself?
1 user-thread added.
Thread starting...
LiftOff!
Thread joining...
##Thread exiting...
2insertPendingThread()
1 pending-thread added.
:Waiting for LiftOff##1
1Thread joining...
## ##completedThread exiting...
Thank you very much!
Cheers,
Dongwei
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs