Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ thread_done
Method
thread_done
extern/libcds/test/include/cds_test/thread.h:250–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void thread_done( thread& /*who*/ )
251
{
252
// Called from test thread
253
m_stopBarrier.wait();
254
}
255
256
private:
257
friend class thread;
Callers
1
run
Method · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected