cvs commit: src/lib/libc/stdtime localtime.c

David Xu davidxu at FreeBSD.org
Mon Mar 31 23:56:12 PDT 2008


davidxu     2008-04-01 06:56:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdtime     localtime.c 
  Log:
  Normally, we are often reading local time rather than setting time zone,
  replace mutex with rwlock, this should eliminate lock contention in
  most cases.
  
  Revision  Changes    Path
  1.43      +63 -22    src/lib/libc/stdtime/localtime.c


More information about the cvs-all mailing list