Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 45 → Rev 46

/SPARTAN/trunk/include/proc/thread.h
72,7 → 72,9
 
context_t saved_context;
context_t sleep_timeout_context;
 
fpu_context_t saved_fpu;
waitq_t *sleep_queue;
timeout_t sleep_timeout;
volatile int timeout_pending;