cvs commit: src/lib/libthr/thread Makefile.inc thr_create.c thr_exit.c thr_gc.c thr_init.c thr_join.c thr_private.h

Mike Makonnen mtm at FreeBSD.org
Sun Mar 28 06:05:29 PST 2004


mtm         2004/03/28 06:05:28 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    Makefile.inc thr_create.c thr_exit.c 
                         thr_init.c thr_join.c thr_private.h 
  Removed files:
    lib/libthr/thread    thr_gc.c 
  Log:
  Remove the garbage collector thread. All resources are freed
  in-line. If the exiting thread cannot release a resource, then
  the next thread to exit will release it.
  
  Revision  Changes    Path
  1.6       +0 -1      src/lib/libthr/thread/Makefile.inc
  1.14      +0 -15     src/lib/libthr/thread/thr_create.c
  1.12      +38 -10    src/lib/libthr/thread/thr_exit.c
  1.9       +0 -203    src/lib/libthr/thread/thr_gc.c (dead)
  1.13      +2 -4      src/lib/libthr/thread/thr_init.c
  1.12      +3 -3      src/lib/libthr/thread/thr_join.c
  1.34      +1 -8      src/lib/libthr/thread/thr_private.h


More information about the cvs-all mailing list