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

Method spawn_root_and_wait

benchmarks/tbb/scheduler.cpp:666–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666void tbb::internal::generic_scheduler::spawn_root_and_wait( task& first, task*& next ) {
667 governor::local_scheduler()->local_spawn_root_and_wait( first, next );
668}
669
670void tbb::internal::generic_scheduler::enqueue( task& t, void* prio ) {
671 generic_scheduler *s = governor::local_scheduler();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected