mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
for stress
This commit is contained in:
parent
10eecbd60c
commit
f88b48bcbc
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ void RuntimeThreadShutdown(void* thread)
|
||||||
{
|
{
|
||||||
// At this point other threads could be terminated rudely while leaving runtime
|
// 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.
|
// in inconsistent state, so we would be risking blocking the process from exiting.
|
||||||
|
_exit(0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue