mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 22:03:40 -06:00
Core: Thread fix (thread_id issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@2997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7f61cd2564
commit
6e7ebec266
1 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ Thread::Thread()
|
|||
#endif
|
||||
#ifdef PLATFORM_POSIX
|
||||
handle = 0;
|
||||
thread_id = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
@ -43,7 +42,6 @@ void Thread::Detach()
|
|||
if(handle) {
|
||||
CHECK(!pthread_detach(handle));
|
||||
handle = 0;
|
||||
thread_id = 0;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue