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

Function id

extern/boost/boost/thread/detail/thread.hpp:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635 data thread_data;
636
637 id(data thread_data_):
638 thread_data(thread_data_)
639 {}
640 friend class thread;
641 friend id BOOST_THREAD_DECL this_thread::get_id() BOOST_NOEXCEPT;
642 public:

Callers 2

thread.hppFile · 0.70
get_idMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected