cvs commit: src/lib/libthread_xu/thread thr_list.c

David Xu davidxu at crater.dragonflybsd.org
Thu Mar 24 04:41:24 PST 2005


davidxu     2005/03/24 04:38:39 PST

DragonFly src repository

  Modified files:
    lib/libthread_xu/thread thr_list.c 
  Log:
  tcb is now managed by rtld, caching it is not correct,
  otherwise we may get stale copy of tls data from previous
  dead thread, caching should be done in rtld if needed.
  
  Revision  Changes    Path
  1.2       +34 -25    src/lib/libthread_xu/thread/thr_list.c


http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_list.c.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list