davidxu     2008-06-09 01:14:10 UTC

  FreeBSD src repository

  Modified files:
    include              pthread.h 
    lib/libc/include     namespace.h un-namespace.h 
    lib/libthr           pthread.map 
    lib/libthr/thread    thr_clean.c thr_private.h 
  Log:
  SVN rev 179662 on 2008-06-09 01:14:10Z by davidxu
  
  Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,
  use stack space to keep cleanup information, this eliminates overhead of
  calling malloc() and free() in thread library.
  
  Discussed on: thread@
  
  Revision  Changes    Path
  1.43      +21 -2     src/include/pthread.h
  1.24      +0 -2      src/lib/libc/include/namespace.h
  1.21      +0 -2      src/lib/libc/include/un-namespace.h
  1.30      +2 -0      src/lib/libthr/pthread.map
  1.6       +39 -16    src/lib/libthr/thread/thr_clean.c
  1.95      +9 -6      src/lib/libthr/thread/thr_private.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to