MCPcopy Create free account
hub / github.com/beefytech/Beef / GetIsAlive

Method GetIsAlive

BeefRT/rt/Thread.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool Thread::GetIsAlive()
67{
68 if (GetInternalThread() == NULL)
69 return false;
70 bool success = BfpThread_WaitFor(GetInternalThread()->mThreadHandle, 0);
71 return !success;
72}
73
74bool Thread::GetIsThreadPoolThread()
75{

Callers

nothing calls this directly

Calls 1

BfpThread_WaitForFunction · 0.50

Tested by

no test coverage detected