Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ clear
Method
clear
extern/libcds/test/include/cds_test/thread.h:220–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
std::chrono::milliseconds duration() const { return m_testDuration; }
219
220
void clear()
221
{
222
for ( auto t : m_workers )
223
delete t;
224
m_workers.clear();
225
m_startPoint.reset();
226
}
227
228
void reset()
229
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected