drivers/timers_win32/timers_win32.c
changeset 575 18db803e593f
parent 571 6eddab0b7ca8
child 577 0bb82be64630
equal deleted inserted replaced
574:e5d7f4412a4c 575:18db803e593f
    36 /* Synchronization Object Implementation */
    36 /* Synchronization Object Implementation */
    37 CRITICAL_SECTION CanFestival_mutex;
    37 CRITICAL_SECTION CanFestival_mutex;
    38 HANDLE timer_thread = NULL;
    38 HANDLE timer_thread = NULL;
    39 HANDLE timer = NULL;
    39 HANDLE timer = NULL;
    40 
    40 
    41 stop_timer=0;
    41 int stop_timer=0;
    42 
    42 
    43 static TimerCallback_t init_callback;
    43 static TimerCallback_t init_callback;
    44 
    44 
    45 
    45 
    46 void EnterMutex(void)
    46 void EnterMutex(void)