gwsystems / composite

A component-based OS
composite.seas.gwu.edu
185 stars 70 forks source link

Implement sl_lock, a library for locking built on sl #249

Closed Others closed 7 years ago

Others commented 7 years ago

Summary of this PR

sl_lock provides a few basic primitives for locking. I think it might be useful for projects other than cFE2cos, for which it was initially developed.

Code Quality

As part of this pull request, I've considered the following:

Style:

Code Craftsmanship:

gparmer commented 7 years ago

@Others please @ mention people.

@phanikishoreg

Others commented 7 years ago

Okay, I've fixed the above problems and made sl_lock_lock faster

Others commented 7 years ago

@gparmer @phanikishoreg thoughts?