Subversion Repositories HelenOS

Rev

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

Rev 2817 Rev 2825
Line 206... Line 206...
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
    istate_t *uspace_state;
-
 
211
    bool debug_stop;
211
} thread_t;
212
} thread_t;
212
 
213
 
213
/** Thread list lock.
214
/** Thread list lock.
214
 *
215
 *
215
 * This lock protects the threads_tree.
216
 * This lock protects the threads_tree.