summaryrefslogtreecommitdiff
path: root/src/thread/pthread
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-027-7/+7
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-2/+1
* Fix SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL also applying to HIGH priori...Sam Lantinga2020-11-121-2/+6
* Fix process randomly getting killed when SDL_THREAD_PRIORITY_HIGH/TIME_CRITIC...Sam Lantinga2020-11-111-0/+7
* More Linux fixes.Sam Lantinga2020-05-261-2/+4
* Rename Linux-only variable.Sam Lantinga2020-05-261-2/+2
* Include SDL_hints.h.Sam Lantinga2020-05-261-1/+1
* Include SDL_hint.h.Sam Lantinga2020-05-261-0/+1
* Make some changes to SDL_SetThreadPriority to try and have SDL transparently ...Sam Lantinga2020-05-261-14/+52
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-071-1/+0
* Updated thread priorities for Apple operating systemsSam Lantinga2020-04-011-3/+16
* thread: Put all important SDL_CreateThread internal data into SDL_Thread.Ryan C. Gordon2020-03-261-3/+3
* Add basic support for compiling on RISC OSCameron Cawley2020-02-131-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-167-7/+7
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-301-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-047-7/+7
* Fix warnings detected on Android buildSylvain Becker2018-12-061-1/+0
* linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.Ryan C. Gordon2018-12-051-0/+1
* Warnings: fix a documentation warning and missing prototypesSylvain Becker2018-12-051-0/+1
* Patched to compile on Linux with --disable-threads.Ryan C. Gordon2018-12-011-78/+0
* thread: fixed compiler warnings on non-Linux systems that use pthread.Ryan C. Gordon2018-05-211-1/+1
* Fixed buildSam Lantinga2018-04-231-1/+1
* Added SDL_THREAD_PRIORITY_TIME_CRITICALSam Lantinga2018-04-231-1/+6
* TryLockMutex: Fix error handling for TryLockMutexSam Lantinga2018-04-231-4/+7
* Handle NULL return from SDL_DBus_GetContext()Sam Lantinga2018-04-231-3/+2
* Added SDL_LinuxSetThreadPriority() to directly set the priority of a Linux th...Sam Lantinga2018-04-231-17/+25
* Added support for adjusting thread priorities using Linux RealtimeKitSam Lantinga2018-04-231-2/+68
* Fixed bug 4097 - Segmentation fault by SDL_CreateThreadWithStackSizeSam Lantinga2018-02-251-1/+4
* pthread: fix error code checks (thanks, Andreas!).Ryan C. Gordon2018-02-173-5/+5
* revert the recent typecast assignment changes (see bug #4079)sezero2018-02-121-1/+5
* Fixed ISO C99 compatibilitySam Lantinga2018-01-301-5/+1
* Updated copyright for 2018Sam Lantinga2018-01-037-7/+7
* Fixed bug 3258 - SDL_TryLockMutex blocks for pthreads with FAKE_RECURSIVE_MUTEXSam Lantinga2017-08-111-1/+1
* haiku: Various fixes from haikuports.Ryan C. Gordon2017-05-011-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-017-7/+7
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Fixed empty parameter list in signatures of internal functions.Philipp Wiesemann2016-11-161-1/+1
* Patch from Sylvain to fix clang warningsSam Lantinga2016-11-132-1/+2
* Define _GNU_SOURCE when building SDLSam Lantinga2016-11-112-6/+0
* Fixed bug 2758 - Android issues with NDK r10c and API-21Sam Lantinga2016-10-141-4/+4
* Added a note on how to allow non-root applications to increase their thread p...Sam Lantinga2016-10-121-0/+4
* threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere.Ryan C. Gordon2016-04-121-8/+3
* Updated copyright to 2016Sam Lantinga2016-01-027-7/+7
* NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!).Ryan C. Gordon2015-12-291-0/+4
* Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread().Philipp Wiesemann2015-08-151-3/+0
* Android: Fixed two warnings.Philipp Wiesemann2015-06-171-2/+2
* Partial fix for bug 2758 - Android issues with NDK r10c and API-21Sam Lantinga2015-06-171-2/+3
* Fixed bug 3011 - pthread/SDL_syssem.c requires _GNU_SOURCESam Lantinga2015-06-132-1/+4
* Uh, yeah, it helps to press "Save" before committing...Ryan C. Gordon2015-05-261-1/+1
* Stack hint should look for 0, not -1, and not care about environment variables.Ryan C. Gordon2015-05-261-1/+4