MCPcopy Create free account
hub / github.com/chen3feng/toft / IsAliveTestThread

Function IsAliveTestThread

system/threading/thread_test.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static void IsAliveTestThread(volatile const bool* stop)
76{
77 while (!*stop)
78 ThisThread::Sleep(1);
79 // ThisThread::Exit();
80}
81
82TEST(Thread, IsAlive)
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected