#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) |
| bool | RTT::os::CAS (volatile oro_atomic_t *addr, const int expected, const int value) |