can any one give a simple example for implementing mutex.
I have 3 threads (taking different input files )enter into the same
function at different times...
The 3 threads need to exit/leave the function till all the input files
reached till end which are taken as input to the threds.
thanks to all
I have 3 threads (taking different input files )enter into the same
function at different times...
The 3 threads need to exit/leave the function till all the input files
reached till end which are taken as input to the threds.
thanks to all
Comment