oasys::atomic_t Struct Reference
#include <Atomic-arm.h>
Detailed Description
The definition of atomic_t for arm requires a second word used for the lock, since the only instruction we have to rely on is SWP.
As such, all atomic operations call atomic_lock(), then execute the operation, then atomic_unlock().
Definition at line 53 of file Atomic-arm.h.
The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 21:06:07 2006 for DTN Reference Implementation by
1.4.7