<?xml version="1.0" encoding='ISO-8859-1'?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->

<component id="pbarriers" name="POSIX Barriers">
  <title>POSIX Barriers</title>
  <info>
    <authorgroup>
      <author>
	<firstname>Patricia</firstname>
	<surname>Balbastre</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:patricia@disca.upv.es">patricia@disca.upv.es</ulink></email>
      </author>      
    </authorgroup>
    
    <reviewergroup>
      <author>
	<firstname>Ismael</firstname>
	<surname>Ripoll</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:iripoll@disca.upv.es">iripoll@disca.upv.es</ulink></email>
      </author>
    </reviewergroup>

    <copyright>
      <year>2003</year>
      <holder>OCERA Consortium</holder>
    </copyright>

    <deliverable file="ms2-month12/WP5/D5.2_rep.pdf" />
    <workpackage id="WP5" />

    <date start="01/12/2002" release="22/04/2003" />
    <version cvs="sched/pbarriers" value="0.1-1"/>

    <licenses>
  <license name="MPL" />
  <license name="GPL" />
  <license name="LGPL" />
  <license name="CeCILL" file="cecill.pdf" />
</licenses>
    <status value="Testing"/>
    <home-page url="http://www.ocera.org"/>
    <hardware processor="Independent"/>
    <platform rtlinux="3.2-pre1"/>
    <componenttype value="HighLevel"/>
    <keywords>Real-Time, POSIX, barriers, synchronisation</keywords>
<!--     <dependencies> -->
<!--       <dependency version="3.2-pre1">RTLinux</dependency> -->
<!--     </dependencies> -->

  </info>

  <!-- ================================================== Description -->
  <description>
    Barriers, are defined in the advanced real-time POSIX (IEEE Std
    1003.1-2001), as part of the advanced real-time threads
    extensions. A barrier is a simple and efficient synchronisation
    utility. Threads using a barrier must wait at a specific point
    until all have finished before any of them can continue.  
  </description>
 
</component>

