Subversion Repositories HelenOS

Rev

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

Rev 2805 Rev 2817
Line 205... Line 205...
205
    uint8_t *kstack;
205
    uint8_t *kstack;
206
 
206
 
207
    /** Debugging stuff */
207
    /** Debugging stuff */
208
    waitq_t go_wq;
208
    waitq_t go_wq;
209
    unative_t syscall_args[6];
209
    unative_t syscall_args[6];
-
 
210
    istate_t *uspace_state;
210
} thread_t;
211
} thread_t;
211
 
212
 
212
/** Thread list lock.
213
/** Thread list lock.
213
 *
214
 *
214
 * This lock protects the threads_tree.
215
 * This lock protects the threads_tree.