summaryrefslogtreecommitdiff
path: root/src/thread/thread_win32.cpp
AgeCommit message (Expand)Author
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2016-10-30(svn r27673) -Add: [Win32] Thread names for windows debuggers.michi_cc
2016-10-30(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-18(svn r26353) -Fix (r26349) [FS#5917]: Win32 and OS/2 ThreadMutex::WaitForSign...frosch
2014-02-16(svn r26350) -Fix (r26349): Silly bugs are silly.frosch
2014-02-16(svn r26349) -Add: Optional recursive locking of mutexes.frosch
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2009-10-15(svn r17776) -Codechange: [SDL] make "update the video card"-process asynchro...rubidium
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory (l...rubidium