git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-06-15 05:24:07 +00:00
parent 4a8264ac58
commit 2cc6bd5f1a

View file

@ -543,6 +543,11 @@ static IMP initImp;
return self;
}
/**
* Destroys all the autorelease pools in the thread.
* You should not call this directly, it's called automatically
* when a thread exits.
*/
+ (void) _endThread: (NSThread*)thread
{
struct autorelease_thread_vars *tv;