xv6-public icon indicating copy to clipboard operation
xv6-public copied to clipboard

Added trylock

Open optimisticside opened this issue 4 years ago • 2 comments

I've added the trylock and trylocksleep functions. These functions will just try to unlock the lock once.

optimisticside avatar Jan 22 '21 18:01 optimisticside

What reason do you have that you want this fork to be merged with the main xv6 repository?

nubok avatar Jan 23 '21 12:01 nubok

It allows for something to attempt to unlock a spinlock once, without having to enter a while loop and wait for it to unlock.

optimisticside avatar Jan 23 '21 17:01 optimisticside