mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 02:30:53 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a8264ac58
commit
2cc6bd5f1a
1 changed files with 5 additions and 0 deletions
|
@ -543,6 +543,11 @@ static IMP initImp;
|
||||||
return self;
|
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
|
+ (void) _endThread: (NSThread*)thread
|
||||||
{
|
{
|
||||||
struct autorelease_thread_vars *tv;
|
struct autorelease_thread_vars *tv;
|
||||||
|
|
Loading…
Reference in a new issue