MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / empty

Method empty

extern/libcds/test/stress/stack/stack_type.h:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 bool empty() const
110 {
111 unique_lock l( m_Lock );
112 return m_Impl.empty();
113 }
114
115 cds::container::treiber_stack::empty_stat const& statistics() const
116 {

Callers 14

get_test_parametersMethod · 0.45
testMethod · 0.45
popMethod · 0.45
testMethod · 0.45
analyzeMethod · 0.45
run_testMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
do_testMethod · 0.45
do_test_extractMethod · 0.45
do_testMethod · 0.45
do_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected