|
Orocos Real-Time Toolkit
2.9.0
|
#include "oro_arch.h"Go to the source code of this file.
Namespaces | |
| RTT | |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| RTT::os | |
| OS Abstractions such as Mutexes, Semaphores and Threads. | |
Functions | |
| template<class T , class V , class W > | |
| bool | RTT::os::CAS (volatile T *addr, const V &expected, const W &value) |
| Compare And Swap. More... | |
| bool | RTT::os::CAS (volatile oro_atomic_t *addr, const int expected, const int value) |
| Overload of Compare And Swap for oro_atomic_t. More... | |
1.8.11