summaryrefslogtreecommitdiff
path: root/src/thread/thread_pthread.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
2018-04-10Codechange: [OSX] Try to set the thread name for debugger display.Michael Lutz
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-16(svn r26349) -Add: Optional recursive locking of mutexes.frosch
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2010-10-01(svn r20860) -Cleanup: remove some unused functions and variablessmatz
2010-09-17(svn r20823) -Codechange: enable/add some error/sanity checking in the pthrea...rubidium
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