Changes between Version 6 and Version 7 of library_locks


Ignore:
Timestamp:
Dec 3, 2014, 11:26:52 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_locks

    v6 v7  
    1717 === unsigned int '''atomic_increment'''( unsigned int* shared, unsigned int increment) ===
    1818This function uses a LL/SC to atomically increment a shared variable.
    19  * '''shared''' : pointer on the shared variable
     19 * '''ptr''' : pointer on the shared variable
    2020 * '''increment''' : increment value.
    2121