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