mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(NSThread _thread_autorelease_pool): New ivar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
889c412539
commit
40d6303135
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ extern NSString *NSThreadExiting;
|
|||
@private
|
||||
_objc_thread_t thread_id;
|
||||
NSMutableDictionary *thread_dictionary;
|
||||
id _thread_autorelease_pool;
|
||||
}
|
||||
|
||||
+ (NSThread *)currentThread;
|
||||
|
|
Loading…
Reference in a new issue