Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 16:04:50 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/arch/i386/i386 ksd.c src/lib/libpthread/thread         thr_cond.c thr_kern.c thr_pselect.c
Message-ID:  <200305192304.h4JN4od4042924@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2003/05/19 16:04:50 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/i386/i386 ksd.c 
    lib/libpthread/thread thr_cond.c thr_kern.c thr_pselect.c 
  Log:
  Eek, staticize a couple of functions that shouldn't
  be external (initialize()!).
  
  Remove cancellation points from _pthread_cond_wait and
  _pthread_cond_timedwait (single underscore versions are
  libc private functions).  Point the weak reference(!) for
  these functions to the versions with cancellation points.
  
  Approved by:    re@(blanket till 5/19)
  Pointed out by: kan (cancellation point bug)
  
  Revision  Changes    Path
  1.3       +3 -1      src/lib/libpthread/arch/i386/i386/ksd.c
  1.41      +12 -21    src/lib/libpthread/thread/thr_cond.c
  1.66      +6 -1      src/lib/libpthread/thread/thr_kern.c
  1.4       +3 -1      src/lib/libpthread/thread/thr_pselect.c



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