Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ push
Method
push
extern/libcds/test/stress/pqueue/pqueue_type.h:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
public:
59
bool push( value_type const& val )
60
{
61
scoped_lock l( m_Lock );
62
m_PQueue.push( val );
63
return true;
64
}
65
66
bool pop( value_type& dest )
67
{
Callers
3
test
Method · 0.45
test
Method · 0.45
test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected