KMR
|
Work-Item Queue Entry (at-the-master). More...
Public Attributes | |
struct kmr_work_item * | item |
struct kmr_work_list * | next |
Work-Item Queue Entry (at-the-master).
Lists are linked on QUEUE_HEAD and QUEUE_INSERTION_TAIL of a lane structure. A work-item is placed in a lane and also its sublanes to mark for yielding sublanes. A work-item to any-lane is placed in multiple lanes. The entries in multiple lanes are removed at the first dequeuing.
Definition at line 98 of file kmrwfmap.c.