GPUart  1.01
Prototype of GPUart, an application-based limited preemptive GPU scheduler for embedded real-time systems
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
job_priority_list_s Struct Reference

Data type for the priority list (gpuS_JobList_s) which holds all active jobs (kernel instances). More...

Collaboration diagram for job_priority_list_s:
Collaboration graph
[legend]

Public Attributes

job_s list [E_KTID_NUMBER_OF_KERNEL_TASKS]
 
uint8 count
 
uint8 length
 

Detailed Description

Data type for the priority list (gpuS_JobList_s) which holds all active jobs (kernel instances).

Member Data Documentation

uint8 job_priority_list_s::count

Number of active jobs

uint8 job_priority_list_s::length

Length of this job list

job_s job_priority_list_s::list[E_KTID_NUMBER_OF_KERNEL_TASKS]

The kernel job list


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