Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 08:28:07 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/librt aio.c mq.c sigev_thread.c sigev_thread.h timer.c
Message-ID:  <200603070828.k278S7HP066799@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2006-03-07 08:28:07 UTC

  FreeBSD src repository

  Modified files:
    lib/librt            aio.c mq.c sigev_thread.c sigev_thread.h 
                         timer.c 
  Log:
  1. Always call user callback function in newly created thread, it seems
  POSIX implies that the user callback function must be executed in clean
  environment.
  2. Use newly introduced pthread stubs in libc.
  
  Revision  Changes    Path
  1.4       +0 -3      src/lib/librt/aio.c
  1.5       +0 -2      src/lib/librt/mq.c
  1.5       +159 -378  src/lib/librt/sigev_thread.c
  1.3       +11 -27    src/lib/librt/sigev_thread.h
  1.4       +0 -2      src/lib/librt/timer.c



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