You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you misunderstood the question. You are supposed to implement semaphores in terms of the two synchronization primitives given in the text: mutexes, and test_and_set. You are not supposed to modify them, as you did with test_and_set.
The text was updated successfully, but these errors were encountered: