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

Method attach_thread

extern/libcds/src/dhp.cpp:217–221  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

215 }
216
217 /*static*/ CDS_EXPORT_API void smr::attach_thread()
218 {
219 if ( !tls_ )
220 tls_ = instance().alloc_thread_data();
221 }
222
223 /*static*/ CDS_EXPORT_API void smr::detach_thread()
224 {

Callers

nothing calls this directly

Calls 1

alloc_thread_dataMethod · 0.45

Tested by

no test coverage detected