summaryrefslogtreecommitdiff
path: root/src/thread/pthread
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Don't crash with a NULL thread name.Ryan C. Gordon1-3/+5
2011-10-13Fixed a whole slew of compiler warnings that -Wall exposed.Ryan C. Gordon2-0/+4
2011-10-02Patched to compile on Mac OS X (I think).Ryan C. Gordon1-8/+2
2011-10-021.3 API CHANGE: Add support for naming threads.Ryan C. Gordon1-1/+22
2011-09-20Don't call pthread_exit(), returning from RunThread() is equivalent.Ryan C. Gordon1-2/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga6-108/+102
2011-03-25Android defines linux, but doesn't have the gettid system call.Sam Lantinga1-2/+2
2011-03-25Warn people not to run their applications as root!Sam Lantinga1-0/+3
2011-03-25The API sets the priority for the current thread, not an arbitrary thread.Sam Lantinga1-5/+28
2011-03-25Implemented SDL_SetThreadPriority()Sam Lantinga1-0/+27
2011-03-12Fixed so code will compile with SDL_config_minimal.hSam Lantinga1-1/+1
2011-02-11Happy 2011! :)Sam Lantinga6-6/+6
2011-01-27 Colin Leroy 2011-01-26 04:24:20 PSTSam Lantinga1-9/+30
2011-01-27Nobody is maintaining RISC OS code, so I'm removing it for now.Sam Lantinga1-14/+0
2010-01-24Fixed bug #926Sam Lantinga6-12/+12
2009-12-30We're using GNU recursive mutexesSam Lantinga1-0/+1
2009-12-16Fixed bug #741Sam Lantinga2-4/+4
2009-06-03Von: Thomas ZimmermannSam Lantinga1-1/+1
2008-12-08Updated copyright dateSam Lantinga6-6/+6
2008-11-24Fixed Bugzilla bug #205Sam Lantinga1-13/+0
2008-10-04Final merge of Google Summer of Code 2008 work...Sam Lantinga1-1/+1
2008-08-27Final merge of Google Summer of Code 2008 work...Sam Lantinga1-2/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga6-326/+361
2006-05-17Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.Ryan C. Gordon1-1/+2
2006-04-13Fixed compile errorSam Lantinga1-9/+7
2006-04-13Fixed bug #179Sam Lantinga1-25/+6
2006-03-09Cleaning up warnings on MacOS XSam Lantinga1-0/+1
2006-03-02Date: Wed, 01 Mar 2006 10:14:31 +0000Sam Lantinga1-0/+15
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga6-3/+9
2006-02-16New configure-based build system. Still work in progress, but much improvedSam Lantinga6-0/+639