Changes between Version 6 and Version 7 of kernel_context
- Timestamp:
- Oct 25, 2014, 10:27:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_context
v6 v7 28 28 29 29 === unsigned int '''_get_context_slot'''( unsigned int slot ) === 30 This function returns the content of a context slot for the running task.30 This function returns the content of a context slot for the calling task. 31 31 32 32 === void '''_set_context_slot'''( unsigned int slot, unsigned int value ) === 33 This function updates the content of a context slot for the running task.33 This function updates the content of a context slot for the calling task. 34 34 35 35