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_s Struct Reference

Data type for job (kernel instance), including the kernel ID and the jobs priority. More...

Public Attributes

kernel_task_id_e kernel_task_ID
 
uint32 priority
 

Detailed Description

Data type for job (kernel instance), including the kernel ID and the jobs priority.

Member Data Documentation

kernel_task_id_e job_s::kernel_task_ID

A job's associated kernel ID

uint32 job_s::priority

The priority of a kernel job. The lower the value, the higher the priority (-> 0 is the highest priority)


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