Changeset 21930 for trunk/src/winmm/os2timer.cpp
- Timestamp:
- Dec 30, 2011, 10:44:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/os2timer.cpp
r10269 r21930 388 388 StopTimer(); 389 389 390 if(DosPostEventSem(TimerSem)) 391 { 392 //something went wrong, kill the thread 393 TerminateThread(hTimerThread, -1); 394 } 390 DosPostEventSem(TimerSem); 391 395 392 TimerStatus = InActive; 396 393 } … … 499 496 //release object 500 497 release(); 501 502 // mark this thread as terminated503 ExitThread(0);504 498 } 505 499 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.