MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get_next_id

Method get_next_id

extern/libcds/test/include/cds_test/thread.h:234–237  ·  view source on GitHub ↗

thread interface

Source from the content-addressed store, hash-verified

232
233 protected: // thread interface
234 size_t get_next_id()
235 {
236 return m_workers.size();
237 }
238
239 void ready_to_start( thread& /*who*/ )
240 {

Callers 1

threadMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected