Subversion Repositories HelenOS-historic

Rev

Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56 Rev 57
Line 71... Line 71...
71
    void (* thread_code)(void *);
71
    void (* thread_code)(void *);
72
    void *thread_arg;
72
    void *thread_arg;
73
 
73
 
74
    context_t saved_context;
74
    context_t saved_context;
75
    context_t sleep_timeout_context;
75
    context_t sleep_timeout_context;
76
    fpu_context_t saved_fpu;                   
76
    fpu_context_t saved_fpu_context;                   
77
   
77
   
78
   
78
   
79
    waitq_t *sleep_queue;
79
    waitq_t *sleep_queue;
80
    timeout_t sleep_timeout;
80
    timeout_t sleep_timeout;
81
    volatile int timeout_pending;
81
    volatile int timeout_pending;