drivers/timers_win32/timers_win32.c
changeset 710 e7a45c77d6ec
parent 697 24a2aec61731
child 801 32d146b64a35
equal deleted inserted replaced
709:4a8b50dcc4c0 710:e7a45c77d6ec
    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)