Tachyon (current)  Current Main Branch
Data Fields
rt_tasktile_struct Struct Reference

Task tile struct for stack, iterator, and scheduler routines; 'start' is inclusive, 'end' is exclusive. More...

#include <threads.h>

Data Fields

int start
 starting task ID (inclusive) More...
 
int end
 ending task ID (exclusive) More...
 

Detailed Description

Task tile struct for stack, iterator, and scheduler routines; 'start' is inclusive, 'end' is exclusive.

This yields a half-open interval that corresponds to a typical 'for' loop.

Definition at line 387 of file threads.h.

Field Documentation

◆ end

int rt_tasktile_struct::end

ending task ID (exclusive)

Definition at line 389 of file threads.h.

Referenced by rt_shared_iterator_next_tile(), and rt_shared_iterator_set().

◆ start

int rt_tasktile_struct::start

starting task ID (inclusive)

Definition at line 388 of file threads.h.

Referenced by rt_shared_iterator_next_tile(), and rt_shared_iterator_set().


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