cvs commit: src/lib/libpthread/thread thr_kern.c

Daniel Eischen deischen at FreeBSD.org
Sun Jun 8 10:35:13 PDT 2003


deischen    2003/06/08 10:35:11 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_kern.c 
  Log:
  Insert threads at the end of the free thread list so that
  the chance of getting the same thread id when allocating a
  new thread is reduced.  This won't work if the application
  creates a new thread for every time a thread exits, but
  we're still within the allowances of POSIX.
  
  Revision  Changes    Path
  1.69      +1 -1      src/lib/libpthread/thread/thr_kern.c


More information about the cvs-src mailing list