Changes in kernel/generic/include/proc/thread.h [06f81c4:111b9b9] in mainline
- File:
-
- 1 edited
-
kernel/generic/include/proc/thread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r06f81c4 r111b9b9 132 132 bool fpu_context_exists; 133 133 134 /* 135 * Defined only if thread doesn't run. 136 * It means that fpu context is in CPU that last time executes this 137 * thread. This disables migration. 138 */ 139 bool fpu_context_engaged; 140 134 141 /* The thread will not be migrated if nomigrate is non-zero. */ 135 142 unsigned int nomigrate; … … 142 149 /** Containing task. */ 143 150 task_t *task; 151 /** Thread is wired to CPU. */ 152 bool wired; 144 153 /** Thread was migrated to another CPU and has not run yet. */ 145 154 bool stolen;
Note:
See TracChangeset
for help on using the changeset viewer.
