cvs commit: src/lib/libthr/thread thr_init.c

Mike Makonnen mtm at FreeBSD.org
Sun Jun 27 02:53:19 PDT 2004


mtm         2004-06-27 09:53:06 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_init.c 
  Log:
  In the case that the global thread list is being re-initialized after
  a fork, make sure that the current thread isn't detached and freed. As
  a consequence the thread should be inserted into the head of the
  active list only once (in the beginning).
  
  Revision  Changes    Path
  1.16      +4 -4      src/lib/libthr/thread/thr_init.c


More information about the cvs-all mailing list