Changes between Version 3 and Version 4 of library_barrier


Ignore:
Timestamp:
Aug 4, 2014, 3:15:26 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_barrier

    v3 v4  
    1313
    1414The available functions are:
    15  * '''barrier_init( giet_barrier_t * barrier, unsigned int ntasks )‘‘‘
     15 * '''barrier_init( giet_barrier_t * barrier, unsigned int ntasks )'''
    1616 * '''barrier_wait( giet_barrier_t * barrier )'''
     17
     18The ''barrier'' argument is a pointer on a ''giet_barrier_t'' object. The ''ntasks'' argument is the number of expected tasks.
    1719
    1820Neither the barrier_init(), nor the barrier_wait() function contains a system call.
     
    2830
    2931The available functions are:
    30  * '''sbt_barrier_init( giet_sbt_barrier_t * barrier, unsigned int ntasks )‘‘‘
     32 * '''sbt_barrier_init( giet_sbt_barrier_t * barrier, unsigned int ntasks )'''
    3133 * '''sbt_barrier_wait( giet_sbt_barrier_t * barrier )'''
     34
     35The ''barrier'' argument is a pointer on a ''giet_barrier_t'' object. The ''ntasks'' argument is the number of expected tasks.
    3236
    3337The sbt_barrier_init() contains a system call, but the sbt_barrier_wait does not.