MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / inner_enqueue_bulk

Method inner_enqueue_bulk

include/dmlc/concurrentqueue.h:1303–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301
1302 template<AllocationMode canAlloc, typename It>
1303 inline bool inner_enqueue_bulk(producer_token_t const &token, It itemFirst, size_t count) {
1304 return static_cast<ExplicitProducer *>(token.producer)->ConcurrentQueue::ExplicitProducer::template enqueue_bulk<canAlloc>(
1305 itemFirst, count);
1306 }
1307
1308 template<AllocationMode canAlloc, typename It>
1309 inline bool inner_enqueue_bulk(It itemFirst, size_t count) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected