Work-stealing scheduling information. More...
Public Member Functions | |
| constexpr | work_stealing_sched_info (none_t=none) noexcept |
| void | set_migrated (void) noexcept |
| constexpr bool | is_migrated (void) const noexcept |
Public Types | |
| typedef void | enable_migration |
Work-stealing scheduling information.
Scheduling information classes that use the work_stealing_sched_entry have either to extend from this class or provide the set_migrated() and is_migrated() functions.
1.8.13