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

Method thread

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

Source from the content-addressed store, hash-verified

268 };
269
270 inline thread::thread( thread_pool& master, int type /*= 0*/ )
271 : m_pool( master )
272 , m_type( type )
273 , m_id( master.get_next_id())
274 {}
275
276 inline thread::thread( thread const& sample )
277 : m_pool( sample.m_pool )

Callers

nothing calls this directly

Calls 1

get_next_idMethod · 0.80

Tested by

no test coverage detected