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

David Xu davidxu at FreeBSD.org
Tue Oct 7 17:20:52 PDT 2003


davidxu     2003/10/07 17:20:51 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_kern.c thr_private.h 
  Log:
  Complete cancellation support for M:N threads, check cancelling flag when
  thread state is changed from RUNNING to WAIT state and do some cancellation
  operations for every cancellable state.
  
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.100     +157 -70   src/lib/libpthread/thread/thr_kern.c
  1.104     +1 -0      src/lib/libpthread/thread/thr_private.h


More information about the cvs-src mailing list