Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Linux Response time

I try to evaluate context-switch response time. I use 2 threads and 2 mutexes. Thread A waits for mutex A and releases mutex B, thread B releases mutex A and waits for mutex B. It gives me ...