[K/N][Runtime] Switch thread states in termination handlers
This commit is contained in:
@@ -537,7 +537,7 @@ extern "C" ALWAYS_INLINE RUNTIME_NOTHROW void Kotlin_mm_switchThreadStateRunnabl
|
||||
SwitchThreadState(mm::ThreadRegistry::Instance().CurrentThreadData(), ThreadState::kRunnable);
|
||||
}
|
||||
|
||||
MemoryState* kotlin::mm::GetMemoryState() {
|
||||
MemoryState* kotlin::mm::GetMemoryState() noexcept {
|
||||
return ToMemoryState(ThreadRegistry::Instance().CurrentThreadDataNode());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user