ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

C critical section implementation for POSIX platforms #94

Closed bogdanm closed 8 years ago

bogdanm commented 8 years ago

Pretty much a copy-paste from the C++ code in CriticalSectionLock.h

NOTE: core-util doesn't compile at this moment for POSIX platforms, but this particular file does (using target x86-linux-native).

bogdanm commented 8 years ago

@rgrover @bremoran

rgrover commented 8 years ago

+1

bremoran commented 8 years ago

LGTM