DotMP
Package Attributes | List of all members
DotMP.Schedulers.StaticScheduler.IterWrapper Struct Reference

Struct to ensure that the curr_iter variables cannot reside on the same cache line. Avoids false sharing bottlenecks. More...

Package Attributes

int curr_iter
 A thread's current iteration. More...
 

Detailed Description

Struct to ensure that the curr_iter variables cannot reside on the same cache line. Avoids false sharing bottlenecks.

Member Data Documentation

◆ curr_iter

int DotMP.Schedulers.StaticScheduler.IterWrapper.curr_iter
package

A thread's current iteration.


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