Kevin Bracey
bbefeb4432
Add ConditionVariable::wait_until
...
Given the 64-bit timebase, add wait_until to ConditionVariable.
Move the timeout example to wait_until(), and give wait_for() an
alternative example, as it's no longer the best option for a
timeout.
Tidy up - remove the redundant RESUME_SIGNAL definition.
2018-01-29 15:26:41 +02:00
Kevin Bracey
3bb2c445ca
Correct ConditionVariable ISR comments
...
No ConditionVariable methods are useable from ISR, due to the built-in
mutex and the requirement that the caller of notify holds the mutex.
2018-01-29 15:26:41 +02:00
Amanda Butler
c23709c60a
Copy edit ConditionVariable.h
...
Copy edit docs changes for active voice.
2018-01-08 17:36:24 -06:00
Bartek Szatkowski
71555a984d
Add notes about ISR safety to RTOS doxygen
2017-12-27 14:46:49 +00:00
Russ Butler
93cf15d57c
Fix and add test for ConditionVariable
...
Fix the circular linked list handling in ConditionVariable and add a
test to validate the linked list implementation.
2017-11-15 16:15:27 -06:00
Russ Butler
0c4e50abb3
Add ConditionVariable to mbed rtos
...
Add the ConditionVariable class to mbed rtos to provide easier and
safer synchronization.
2017-11-02 21:02:27 -05:00