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

Function getThreadId

src/common/ThreadStart.h:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218inline ThreadId getThreadId()
219{
220 return Thread::getCurrentThreadId();
221}
222
223
224template <typename TA, void (*cleanup) (TA) = nullptr>

Callers 14

WorkerMethod · 0.85
acquire_shmemMethod · 0.85
enterMethod · 0.85
tryEnterMethod · 0.85
lockedMethod · 0.85
~SyncMethod · 0.85
ioBeginMethod · 0.85
ioEndMethod · 0.85
lockBeginMethod · 0.85
callWriteLockHandlerMethod · 0.85
acquireMethod · 0.85
releaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected