equal
deleted
inserted
replaced
43 /* Synchronization Object Implementation */ |
43 /* Synchronization Object Implementation */ |
44 CRITICAL_SECTION CanFestival_mutex; |
44 CRITICAL_SECTION CanFestival_mutex; |
45 HANDLE timer_thread = NULL; |
45 HANDLE timer_thread = NULL; |
46 HANDLE timer = NULL; |
46 HANDLE timer = NULL; |
47 |
47 |
48 int stop_timer=0; |
48 volatile int stop_timer=0; |
49 |
49 |
50 static TimerCallback_t init_callback; |
50 static TimerCallback_t init_callback; |
51 |
51 |
52 |
52 |
53 void EnterMutex(void) |
53 void EnterMutex(void) |