MCPcopy Create free account
hub / github.com/AshampooSystems/boden / stressTestTimer

Function stressTestTimer

tests/boden/testDispatchQueue.cpp:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 bool stressTestTimer(bool *end, std::atomic<int> &numCalls)
154 {
155 numCalls++;
156
157 if (!end || !*end) {
158 return true;
159 }
160 return false;
161 }
162
163 void stressTestThread(std::weak_ptr<DispatchQueue> dispatchQueue, bool &end, std::atomic<int> &numCalls)
164 {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected