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

Mike Makonnen mtm at FreeBSD.org
Mon Jun 2 04:01:01 PDT 2003


mtm         2003/06/02 04:01:00 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_detach.c 
  Log:
  Unwind the _giant_mutex from pthread_detach(). When detaching a joiner thread
  it's important the correct lock order is observed: lock first the joined and
  then the joiner.
  
  Revision  Changes    Path
  1.4       +8 -8      src/lib/libthr/thread/thr_detach.c


More information about the cvs-all mailing list