Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 46
Line 70... Line 70...
70
    void (* thread_code)(void *);
70
    void (* thread_code)(void *);
71
    void *thread_arg;
71
    void *thread_arg;
72
 
72
 
73
    context_t saved_context;
73
    context_t saved_context;
74
    context_t sleep_timeout_context;
74
    context_t sleep_timeout_context;
-
 
75
    fpu_context_t saved_fpu;                   
-
 
76
   
75
 
77
   
76
    waitq_t *sleep_queue;
78
    waitq_t *sleep_queue;
77
    timeout_t sleep_timeout;
79
    timeout_t sleep_timeout;
78
    volatile int timeout_pending;
80
    volatile int timeout_pending;
79
 
81
 
80
    rwlock_type_t rwlock_holder_type;
82
    rwlock_type_t rwlock_holder_type;