mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add InterruptibleThread unit test
This commit is contained in:
@@ -259,10 +259,12 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
for (int i = 0; i < threads.size(); ++i)
|
||||
threads[i]->stop (false);
|
||||
for (int i = 0; i < threads.size(); ++i)
|
||||
threads[i]->stop (true);
|
||||
#endif
|
||||
|
||||
pass ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user