Changes between Version 2 and Version 3 of kernel_switch
- Timestamp:
- Aug 12, 2015, 5:23:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_switch
v2 v3 29 29 * LTID : Task local index (in scheduler) 30 30 * VSID : Virtual space index 31 * N0RUN : bit-vector defining the task state ( non zero => blocked / 0 => runnable)31 * N0RUN : bit-vector defining the task state ( blocked if non zero ) 32 32 * TRDID : Thread index (in vspace) 33 33 * SIGNAL : bit-vector (inter-tasks signalisation)