Qualcomm interview question

Write an queue and make it thread safe.

Interview Answer

Anonymous

Apr 29, 2012

Of course, using a single global lock is not the answer.