summaryrefslogtreecommitdiff
path: root/test/testsem.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-20Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of ↵Sam Lantinga1-1/+6
SDL_MUTEX_TIMEDOUT on time out deraj 2012-02-19 19:01:08 PST Fix to treat ETIMEDOUT as a time out instead of an error (and update the test)
2011-10-021.3 API CHANGE: Add support for naming threads.Ryan C. Gordon1-1/+3
--HG-- extra : rebase_source : ae532d4b4d68ef86de0fc2cb6794a622e0841bce
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-0/+11
2011-01-27 Colin Leroy 2011-01-26 04:24:20 PSTSam Lantinga1-0/+26
the pthread implementation of SDL_SemWaitTimeout() uses busy waiting, while pthread's sem_timedwait() does work. Attached are patches that make use of it
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-50/+58
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401938
2006-05-07Fixed bug #215Sam Lantinga1-1/+1
The current SVN trunk is missing the SDLCALL specifier at numerous locations. It has to be added for all (possibly user provided) callbacks. I stumbled over this while creating a makefile for the OpenWatcom compiler for Win32. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401728
2006-03-31Ugh, more 64-bit cleanupSam Lantinga1-1/+1
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401622
2006-03-11Might have fixed 64-bit issues. :)Sam Lantinga1-4/+6
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401499
2006-02-26Fixed warnings in -pedantic modeSam Lantinga1-7/+0
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401443
2005-09-28Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safeRyan C. Gordon1-3/+10
if SDL is built with a non-cdecl calling convention, and it's just generally bad practice anyhow. Now programs explicitly call SDL_Quit() where appropriate, wrap SDL_Quit() in a cdecl function where it can't be avoided, and rely on the parachute where a crash might have hit the atexit() before (these ARE test programs, after all!). --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401154
2001-04-26Initial revisionSam Lantinga1-0/+76
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401