cvs commit: src/lib/libthr/thread thr_once.c

David Xu davidxu at FreeBSD.org
Fri May 30 00:02:59 UTC 2008


davidxu     2008-05-30 00:02:59 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_once.c 
  Log:
  Eliminate global mutex by using pthread_once's state field as
  a semaphore.
  
  Revision  Changes    Path
  1.7       +29 -33    src/lib/libthr/thread/thr_once.c


More information about the cvs-all mailing list