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

Method detach_thread

extern/libcds/src/dhp.cpp:223–230  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

221 }
222
223 /*static*/ CDS_EXPORT_API void smr::detach_thread()
224 {
225 thread_data* rec = tls_;
226 if ( rec ) {
227 tls_ = nullptr;
228 instance().free_thread_data( static_cast<thread_record*>( rec ), true );
229 }
230 }
231
232 CDS_EXPORT_API void smr::detach_all_thread()
233 {

Callers

nothing calls this directly

Calls 1

free_thread_dataMethod · 0.45

Tested by

no test coverage detected