How can i make some other thread acquire a lock?
Posted: Tue Sep 27, 2011 2:43 pm
I want child thread to acquire a lock as soon as it becomes alive. But at the time of initialization of child thread, running thread is parent thread. At the time of initialization, I want child thread to acquire the lock.. How can I do that?
Is there any other way , by which I can do that?
Is there any other way , by which I can do that?