MCPcopy 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

testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
test_stringMethod · 0.45
test_single_consumerMethod · 0.45
testMethod · 0.45
test_stringMethod · 0.45
testMethod · 0.45
testMethod · 0.45
test_arrayMethod · 0.45
testMethod · 0.45
test_stringMethod · 0.45

Calls 1

pushFunction · 0.50

Tested by

no test coverage detected