![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/LocklessQueue.hpp>#include <Fw/Types/Assert.hpp>#include <fcntl.h>#include <cstring>#include <new>Go to the source code of this file.
Namespaces | |
| Os | |
Macros | |
| #define | CAS(a_ptr, a_oldVal, a_newVal) __sync_bool_compare_and_swap(a_ptr, a_oldVal, a_newVal) |
| #define CAS | ( | a_ptr, | |
| a_oldVal, | |||
| a_newVal | |||
| ) | __sync_bool_compare_and_swap(a_ptr, a_oldVal, a_newVal) |
Definition at line 8 of file LocklessQueue.cpp.