Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2007 04:30:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdtime localtime.c
Message-ID:  <200712190430.lBJ4UB7M018392@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2007-12-19 04:30:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdtime     localtime.c 
  Log:
  Reduce lock contention for simple cases.
  
  # this really should be done with pthread_once, but I've debugged this code.
  
  Reviewed by: arch@
  
  Revision  Changes    Path
  1.42      +22 -16    src/lib/libc/stdtime/localtime.c



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