drivers/timers_win32/timers_win32.c
changeset 698 a0b50d6ce746
parent 697 24a2aec61731
child 801 32d146b64a35
equal deleted inserted replaced
693:e21822be8189 698:a0b50d6ce746
    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)