[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:
@@ -277,6 +277,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
|
|||||||
"VirtualAlloc",
|
"VirtualAlloc",
|
||||||
"FlsSetValue",
|
"FlsSetValue",
|
||||||
"GetCurrentProcess",
|
"GetCurrentProcess",
|
||||||
|
"GetCurrentThreadId",
|
||||||
"FlsFree",
|
"FlsFree",
|
||||||
"K32GetProcessMemoryInfo",
|
"K32GetProcessMemoryInfo",
|
||||||
"VirtualFree",
|
"VirtualFree",
|
||||||
|
|||||||
Reference in New Issue
Block a user