Changeset 76cec1e in mainline for include/proc/thread.h
- Timestamp:
- 2005-07-15T21:57:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4a4c5e3
- Parents:
- e41c47e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/proc/thread.h
re41c47e r76cec1e 74 74 context_t saved_context; 75 75 context_t sleep_timeout_context; 76 fpu_context_t saved_fpu_context; 77 int fpu_context_exists; 78 int fpu_context_engaged; /* Defined only if thread doesn't run. It means that fpu context is in CPU 79 that last time executes this thread. This disables migration */ 80 81 76 fpu_context_t saved_fpu_context; 77 int fpu_context_exists; 78 79 /* 80 * Defined only if thread doesn't run. 81 * It means that fpu context is in CPU that last time executes this thread. 82 * This disables migration 83 */ 84 int fpu_context_engaged; 85 82 86 waitq_t *sleep_queue; 83 87 timeout_t sleep_timeout;
Note:
See TracChangeset
for help on using the changeset viewer.