Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ onDequeue
Method
onDequeue
extern/libcds/cds/intrusive/fcqueue.h:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
//@cond
32
void onEnqueue() { ++m_nEnqueue; }
33
void onDequeue( bool bFailed ) { if ( bFailed ) ++m_nFailedDeq; else ++m_nDequeue; }
34
void onCollide() { ++m_nCollided; }
35
//@endcond
36
};
Callers
2
dequeue
Function · 0.45
do_dequeue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected