MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / empty

Method empty

benchmarks/tbb/internal/_flow_graph_impl.h:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 typedef size_t size_type;
273
274 bool empty() {
275 typename my_mutex_type::scoped_lock lock( my_mutex );
276 return internal_empty();
277 }
278
279 void add( T &n ) {
280 typename my_mutex_type::scoped_lock lock( my_mutex );

Callers 8

internal_emptyMethod · 0.45
emptyMethod · 0.45
emptyMethod · 0.45
handle_operationsMethod · 0.45
reset_receiverMethod · 0.45
reset_receiverMethod · 0.45
this_emptyMethod · 0.45
this_emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected