davidxu     2006-12-04 14:20:42 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_cancel.c thr_cond.c thr_private.h 
                         thr_sig.c thr_umtx.c thr_umtx.h 
  Log:
  Use kernel provided userspace condition variable to implement pthread
  condition variable.
  
  Revision  Changes    Path
  1.15      +22 -1     src/lib/libthr/thread/thr_cancel.c
  1.21      +38 -89    src/lib/libthr/thread/thr_cond.c
  1.74      +6 -6      src/lib/libthr/thread/thr_private.h
  1.22      +2 -0      src/lib/libthr/thread/thr_sig.c
  1.6       +33 -0     src/lib/libthr/thread/thr_umtx.c
  1.7       +4 -0      src/lib/libthr/thread/thr_umtx.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to