Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ enqueue
Method
enqueue
extern/libcds/test/stress/queue/std_queue.h:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
public:
23
bool enqueue( const T& data )
24
{
25
std::unique_lock<Lock> a(m_Locker);
26
27
base_class::push( data );
28
return true;
29
}
30
31
bool push( const T& data )
32
{
Callers
15
test
Method · 0.45
test
Method · 0.45
test
Method · 0.45
test_string
Method · 0.45
test_single_consumer
Method · 0.45
test
Method · 0.45
test_string
Method · 0.45
test
Method · 0.45
test
Method · 0.45
test_array
Method · 0.45
test
Method · 0.45
test_string
Method · 0.45
Calls
1
push
Function · 0.50
Tested by
no test coverage detected