Merge branch 'v0.20.x'
This commit is contained in:
@@ -86,6 +86,10 @@ Thread::ThreadProc(void *ctx) noexcept
|
||||
{
|
||||
Thread &thread = *(Thread *)ctx;
|
||||
|
||||
#ifndef NDEBUG
|
||||
thread.inside_handle = pthread_self();
|
||||
#endif
|
||||
|
||||
thread.Run();
|
||||
|
||||
return nullptr;
|
||||
|
Reference in New Issue
Block a user