TUD-OS / NRE

NOVA runtime environment (official branch)
GNU General Public License v2.0
33 stars 12 forks source link

Use acquire/release for abstract locks instead of up/down. #22

Open blitz opened 11 years ago

blitz commented 11 years ago

Currently all locks implement up/down, implying semaphore semantics, when they actually don't have those. up/down should be limited to real semaphores.