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

Mike Makonnen mtm at FreeBSD.org
Tue May 20 20:29:20 PDT 2003


mtm         2003/05/20 20:29:18 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_exit.c 
  Log:
  When a thread exits it does not return from the kernel unless it
  is the *only* remaining thread in the application, in which case we
  should not core dump, and instead exit gracefully.
  
  Approved by: markm/mentor, re/blanket libthr
  
  Revision  Changes    Path
  1.3       +4 -0      src/lib/libthr/thread/thr_exit.c


More information about the cvs-src mailing list