Hi,
I know i am asking a question which can be googled and find lot of explanation.
I have actually gone through many but none explained the ownership property completely.
Mutex is acquired by some process, only that process can unlock it
how the other process/thread know that the mutex is not created him.
where as a binary semaphore can be unlocked by any other process.
if Read task/process locks a semaphore for reading
and same time write task also needs can it unlock it
i am little confused here by the statement "can be unlocked by any other process."
Thanks in Advance,