Subversion Repositories HelenOS

Rev

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

Rev 2804 Rev 2808
Line 99... Line 99...
99
    bool stop_request;
99
    bool stop_request;
100
    call_t *debug_begin_call;
100
    call_t *debug_begin_call;
101
    call_t *debug_go_call;
101
    call_t *debug_go_call;
102
    int not_stoppable_count;
102
    int not_stoppable_count;
103
   
103
 
-
 
104
    answerbox_t kernel_box;
-
 
105
    struct thread *kb_thread;
-
 
106
   
104
    /** Architecture specific task data. */
107
    /** Architecture specific task data. */
105
    task_arch_t arch;
108
    task_arch_t arch;
106
   
109
   
107
    /**
110
    /**
108
     * Serializes access to the B+tree of task's futexes. This mutex is
111
     * Serializes access to the B+tree of task's futexes. This mutex is