Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2004 05:51:53 -0800 (PST)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread Makefile.inc thr_barrier.c thr_barrierattr.c thr_cancel.c thr_private.h thr_sig.c src/share/man/man3 Makefile pthread_barrier_destroy.3 pthread_barrierattr.3
Message-ID:  <200402191351.i1JDprSG065022@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2004/02/19 05:51:53 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    Makefile.inc thr_cancel.c thr_private.h 
                         thr_sig.c 
    share/man/man3       Makefile 
  Added files:
    lib/libthr/thread    thr_barrier.c thr_barrierattr.c 
    share/man/man3       pthread_barrier_destroy.3 
                         pthread_barrierattr.3 
  Log:
  Implement PThreads barriers and barrier attributes.
  
  Revision  Changes    Path
  1.5       +2 -0      src/lib/libthr/thread/Makefile.inc
  1.1       +129 -0    src/lib/libthr/thread/thr_barrier.c (new)
  1.1       +79 -0     src/lib/libthr/thread/thr_barrierattr.c (new)
  1.9       +1 -0      src/lib/libthr/thread/thr_cancel.c
  1.32      +18 -1     src/lib/libthr/thread/thr_private.h
  1.9       +7 -0      src/lib/libthr/thread/thr_sig.c
  1.30      +8 -0      src/share/man/man3/Makefile
  1.1       +157 -0    src/share/man/man3/pthread_barrier_destroy.3 (new)
  1.1       +150 -0    src/share/man/man3/pthread_barrierattr.3 (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402191351.i1JDprSG065022>