#include "thread.h"
#include "thread_i.h"
Functions | |
void | thread_timer_interrupt_stop (void) |
Extra version of timer interrupt handler which is used when the jdb is active to prevent busy waiting. | |
void | thread_timer_interrupt_slow (void) |
Slow version of timer interrupt. | |
Variables | |
unsigned | gdb_trap_recover |
|
Slow version of timer interrupt. Activated on every clock tick. Checks if something related to debugging is to do. After returning from this function, the real timer interrupt handler is called. |
|
Extra version of timer interrupt handler which is used when the jdb is active to prevent busy waiting.
|
|
|