Subversion Repositories HelenOS

Rev

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

Rev 3604 Rev 3613
Line 173... Line 173...
173
    mutex_t lock;
173
    mutex_t lock;
174
 
174
 
175
    waitq_t go_wq;
175
    waitq_t go_wq;
176
    call_t *go_call;
176
    call_t *go_call;
177
    unative_t syscall_args[6];
177
    unative_t syscall_args[6];
-
 
178
    istate_t *uspace_state;
178
 
179
 
179
    /** What type of event are we stopped in or 0 if none. */
180
    /** What type of event are we stopped in or 0 if none. */
180
    udebug_event_t cur_event;
181
    udebug_event_t cur_event;
181
    bool go;       /**< thread is GO */
182
    bool go;       /**< thread is GO */
182
    bool stoppable;    /**< thread is stoppable */
183
    bool stoppable;    /**< thread is stoppable */