Subversion Repositories HelenOS

Rev

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

Rev 3015 Rev 3431
Line 191... Line 191...
191
       
191
       
192
        if (!ticks && !PREEMPTION_DISABLED) {
192
        if (!ticks && !PREEMPTION_DISABLED) {
193
 
193
 
194
            scheduler();
194
            scheduler();
195
 
195
 
-
 
196
#ifdef CONFIG_UDEBUG
196
            /*
197
            /*
197
             * Give udebug chance to stop the thread
198
             * Give udebug chance to stop the thread
198
             * before it begins executing.
199
             * before it begins executing.
199
             */
200
             */
200
            udebug_before_thread_runs();
201
            udebug_before_thread_runs();
-
 
202
#endif
201
        }
203
        }
202
    }
204
    }
203
 
205
 
204
}
206
}
205
 
207