Changes between Version 8 and Version 9 of user_libraries


Ignore:
Timestamp:
Dec 2, 2014, 5:49:08 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_libraries

    v8 v9  
    33This section describes the various user-level libraries provided by the GIET_VM.
    44
    5 === [wiki:library_barrier Barrier user library] ===
     5=== [wiki:library_barrier Barrier library] ===
    66
    77This library contains functions used to synchronize
     
    99do not use system calls.
    1010
    11 === [wiki:library_locks  Spin_lock user library] ===
     11=== [wiki:library_locks  Locks library] ===
    1212
    13 This library contains functions used to get
     13This library contains user-level functions used to get
    1414exclusive access to a shared ressource in a multi-task parallel application.
    1515These functions do not use system calls.
    1616
    17 === [wiki:library_atomic  Atomic user library] ===
     17=== [wiki:library_atomic  Atomic library] ===
    1818
    1919This library contains functions used to make atomic access to shared variables in a multi-task parallel application.
    2020These functions do not use system calls.
    2121
    22 === [wiki:library_malloc  Malloc user library] ===
     22=== [wiki:library_malloc  Malloc library] ===
    2323
    2424This library contains functions allowing an user application
     
    2727is physically distributed on the clusters, and there is actually on allocator per cluster.
    2828
    29 === [wiki:library_mwmr  MWMR user library] ===
     29=== [wiki:library_mwmr  MWMR library] ===
    3030
    31 This library defines a communication middleware
     31This library defines an user-level communication middleware
    3232supporting channelised communications in a multi-tasks parallel application.
    3333This middleware does not use system calls.
    3434
    35 === [wiki:library_stdlib  Stdlib user library] ===
     35=== [wiki:library_stdlib  Stdlib library] ===
    3636
    3737This library contains various utility functions that do not use system calls.