Kittu20
Member level 2
Hi,
I found that if two or more tasks are sharing the same resource then it is necessary to protect them. We use mutex and semaphore to protect resource
Suppose we have a two task that shares CPU time. I want to understand what could be the loss if the resource (CPU ) is not protected
I found that if two or more tasks are sharing the same resource then it is necessary to protect them. We use mutex and semaphore to protect resource
Suppose we have a two task that shares CPU time. I want to understand what could be the loss if the resource (CPU ) is not protected