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

Method initialize

benchmarks/tbb/governor.cpp:284–286  ·  view source on GitHub ↗

Left out-of-line for the sake of the backward binary compatibility **/

Source from the content-addressed store, hash-verified

282
283/** Left out-of-line for the sake of the backward binary compatibility **/
284void task_scheduler_init::initialize( int number_of_threads ) {
285 initialize( number_of_threads, 0 );
286}
287
288void task_scheduler_init::initialize( int number_of_threads, stack_size_type thread_stack_size ) {
289#if __TBB_TASK_GROUP_CONTEXT && TBB_USE_EXCEPTIONS

Callers 2

observeMethod · 0.45
arenaMethod · 0.45

Calls 2

default_contextMethod · 0.80

Tested by

no test coverage detected