Changes between Version 1 and Version 2 of kernel_context
- Timestamp:
- Oct 9, 2014, 1:00:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_context
v1 v2 8 8 9 9 === unsigned int _get_current_task_id( void ) === 10 This function returns the local index of the currently running task from the processor scheduler.10 This function returns the local task index for the task currently running on the processor. 11 11 12 12 === unsigned int _get_task_slot( unsigned int gpid, unsigned int ltid, unsigned int slot )