Changes between Version 5 and Version 6 of user_libraries


Ignore:
Timestamp:
Nov 13, 2014, 12:31:45 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_libraries

    v5 v6  
    1111=== [wiki:library_locks  Spin_lock user library] ===
    1212
    13 This library contains functions used to provide
     13This library contains functions used to get
    1414exclusive access to a shared ressource in a multi-task parallel application.
     15These functions do not use system calls.
     16
     17=== [wiki:library_locks  Atomic user library] ===
     18
     19This library contains functions used to make aatomic access to shared variables in a multi-task parallel application.
    1520These functions do not use system calls.
    1621