MulticoreBSP for C
Version 2.0.4
|
Structure representing a part of the current machine. More...
#include <mcutil.h>
Data Fields | |
size_t | start |
Start hardware thread index. More... | |
size_t | stride |
How much farther away the next hardware thread is. More... | |
size_t | end |
What the last hardware thread is. More... | |
Structure representing a part of the current machine.
size_t mcbsp_util_machine_partition::end |
What the last hardware thread is.
size_t mcbsp_util_machine_partition::start |
Start hardware thread index.
size_t mcbsp_util_machine_partition::stride |
How much farther away the next hardware thread is.