mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog Feb 4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
59c8388bae
commit
9cd3003d2c
5 changed files with 158 additions and 154 deletions
|
@ -120,6 +120,8 @@ static BOOL entered_multi_threaded_state;
|
|||
toTarget:(id)aTarget
|
||||
withObject:(id)anArgument
|
||||
{
|
||||
entered_multi_threaded_state = YES;
|
||||
|
||||
// Have the runtime detach the thread
|
||||
objc_thread_detach (aSelector, aTarget, anArgument);
|
||||
|
||||
|
@ -189,11 +191,13 @@ static BOOL entered_multi_threaded_state;
|
|||
objc_thread_exit ();
|
||||
}
|
||||
|
||||
/* Not in OpenStep. */
|
||||
- (NSHandler*)exceptionHandler
|
||||
{
|
||||
return _exception_handler;
|
||||
}
|
||||
|
||||
/* Not in OpenStep. */
|
||||
- (void)setExceptionHandler: (NSHandler*)handler
|
||||
{
|
||||
_exception_handler = handler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue