1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

for stress

This commit is contained in:
vsadov 2023-11-25 15:58:53 -08:00 committed by Vladimir Sadov
parent 10eecbd60c
commit f88b48bcbc

View file

@ -343,6 +343,7 @@ void RuntimeThreadShutdown(void* thread)
{
// At this point other threads could be terminated rudely while leaving runtime
// in inconsistent state, so we would be risking blocking the process from exiting.
_exit(0);
return;
}
#else