tcb is now managed by rtld, caching it is not correct,
authorDavid Xu <davidxu@dragonflybsd.org>
Thu, 24 Mar 2005 12:38:39 +0000 (12:38 +0000)
committerDavid Xu <davidxu@dragonflybsd.org>
Thu, 24 Mar 2005 12:38:39 +0000 (12:38 +0000)
commitb1085cd3faf95cd4c02476f0bbda28ce692bb0e5
tree06a4f72477205360613961083d9d3196c4127312
parent63cd21504b4f17a92a5b1a02fe3c21bdb86c2a5f
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.
lib/libthread_xu/thread/thr_list.c