Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::DefaultSchedulerTraits Struct Reference

Traits classes for scheduler. More...

#include <custom_scheduler.h>

Collaboration diagram for tbb::internal::DefaultSchedulerTraits:

Static Public Attributes

static const bool itt_possible = true
 
static const bool has_slow_atomic = false
 

Detailed Description

Traits classes for scheduler.

Definition at line 31 of file custom_scheduler.h.

Member Data Documentation

◆ has_slow_atomic

const bool tbb::internal::DefaultSchedulerTraits::has_slow_atomic = false
static

Definition at line 33 of file custom_scheduler.h.

◆ itt_possible

const bool tbb::internal::DefaultSchedulerTraits::itt_possible = true
static

Definition at line 32 of file custom_scheduler.h.


The documentation for this struct was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.