port_atomic.h File Reference


Detailed Description

Atomic operations.


Functions

uint8 port_atomic_cas8 (volatile uint8 *data, uint8 value, uint8 comp)
 The atomic compare and exchange operation on uint8.
uint16 port_atomic_cas16 (volatile uint16 *data, uint16 value, uint16 comp)
 The atomic compare and exchange operation on uint16.
uint64 port_atomic_cas64 (volatile uint64 *data, uint64 value, uint64 comp)
 The atomic compare and exchange operation on uint64.


Genereated on Tue Mar 11 19:25:23 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.