Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 124 → Rev 125

/SPARTAN/trunk/include/proc/thread.h
75,9 → 75,13
context_t sleep_timeout_context;
fpu_context_t saved_fpu_context;
int fpu_context_exists;
int fpu_context_engaged; /* Defined only if thread doesn't run. It means that fpu context is in CPU
that last time executes this thread. This disables migration */
/*
* Defined only if thread doesn't run.
* It means that fpu context is in CPU that last time executes this thread.
* This disables migration
*/
int fpu_context_engaged;
waitq_t *sleep_queue;
timeout_t sleep_timeout;