What is the difference in behavior between mutex in linux and mutex in VxWorks ??
I wrote a multi-threaded program using pthread library, but I want execution of threads in a specific order. What I have to do ?
Please explain in detail, I know the answer but may not be proper?
You are given two processes and each process is having four threads. One of the thread is having performance issue. How will you find out that thread which is having problem.