cvs commit: src/lib/librt aio.c mq.c sigev_thread.c sigev_thread.h timer.c

David Xu davidxu at FreeBSD.org
Tue Mar 7 00:28:08 PST 2006


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


More information about the cvs-src mailing list