Can I still use truss to check function call of multithreadapplications?

C

Carfield Yim

truss is nice for checking single thread program, but for multithread
application the output because a mass, can I customize truss to check
individual thread? If I am highly level library like boost thread, am
I have to use something else?
 
K

Keith Thompson

Carfield Yim said:
truss is nice for checking single thread program, but for multithread
application the output because a mass, can I customize truss to check
individual thread? If I am highly level library like boost thread, am
I have to use something else?

Both truss and threading are system-specific. You should ask in a
newsgroup that deals with your OS.

I've used truss on Solaris; if that's where you're using it, ask in
comp.unix.solaris -- though typing "man truss" and searching for
"thread" might answer your question.
 
C

Carfield Yim

Both truss and threading are system-specific.  You should ask in a
newsgroup that deals with your OS.

I've used truss on Solaris; if that's where you're using it, ask in
comp.unix.solaris -- though typing "man truss" and searching for
"thread" might answer your question.
Some environment... thanks a lot.... sorry forget to man
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top