[K/N] Add GetCurrentThreadId to state checker exceptions

It is called from `CallInitGlobalPossiblyLock` which is executed in
the runnable state.
This commit is contained in:
Sergey Bogolepov
2022-06-23 10:53:45 +03:00
committed by Space
parent 0dcf638519
commit 4e4b1c1d4d
@@ -277,6 +277,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"VirtualAlloc",
"FlsSetValue",
"GetCurrentProcess",
"GetCurrentThreadId",
"FlsFree",
"K32GetProcessMemoryInfo",
"VirtualFree",