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