Merge branch 'future' of git://github.com/AlericInglewood/SingularityViewer into future
This commit is contained in:
@@ -102,7 +102,7 @@ void *APR_THREAD_FUNC LLThread::staticRun(apr_thread_t *apr_threadp, void *datap
|
|||||||
// Setting mStatus to STOPPED is done non-thread-safe, so it's
|
// Setting mStatus to STOPPED is done non-thread-safe, so it's
|
||||||
// possible that the thread is deleted by another thread at
|
// possible that the thread is deleted by another thread at
|
||||||
// the moment it happens... therefore make a copy here.
|
// the moment it happens... therefore make a copy here.
|
||||||
volatile char const* name = threadp->mName.c_str();
|
char const* volatile name = threadp->mName.c_str();
|
||||||
|
|
||||||
// We're done with the run function, this thread is done executing now.
|
// We're done with the run function, this thread is done executing now.
|
||||||
threadp->mStatus = STOPPED;
|
threadp->mStatus = STOPPED;
|
||||||
|
|||||||
Reference in New Issue
Block a user