summaryrefslogtreecommitdiff
path: root/src/common/thread.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-20common: use SetThreadDescription API for thread namesGravatar Liam1-22/+2
2022-06-28Core: Fix tests.Gravatar Fernando Sahmkow1-2/+1
2022-06-28Core/Common: Corrections to core timing and add critical priority.Gravatar Fernando Sahmkow1-4/+9
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda1-3/+3
2022-03-20general: Fix clang/gcc build errorsGravatar ameerj1-0/+1
2022-03-19common: Reduce unused includesGravatar ameerj1-1/+0
2021-09-11common: Move error handling to error.cpp/hGravatar Morph1-3/+3
2020-08-05Fix thread naming on Linux, which limits names to 15 bytes.Gravatar comex1-0/+12
2020-06-27Clang Format.Gravatar Fernando Sahmkow1-15/+15
2020-06-27General: Tune the priority of main emulation threads so they have higher prio...Gravatar Fernando Sahmkow1-0/+46
2020-06-27General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow1-0/+6
2020-04-01common: Port some changes from dolphin (#5127)Gravatar Vitor K1-6/+3
2019-03-29common/thread: Remove unused functionsGravatar Lioncash1-37/+0
2018-11-22common/thread: Drop Hungarian notation on SetCurrentThreadName's parameterGravatar Lioncash1-7/+7
2018-11-21common/thread: Remove SleepCurrentThread()Gravatar Lioncash1-11/+0
2018-11-21common/thread: Remove unused CurrentThreadId()Gravatar Lioncash1-10/+0
2016-12-05Support mingw cross-compileGravatar Jannik Vogel1-1/+1
2016-10-27common: only FreeBSD has thread affinity compatible with LinuxGravatar Jan Beich1-1/+5
2016-10-27common: define routines to set thread name on more BSDsGravatar Jan Beich1-2/+4
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-2/+0
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-48/+32
2015-06-28Common: Cleanup thread includes.Gravatar Emmanuel Gil Peyrot1-4/+13
2014-12-29Fix MSVC-related #defines and add CMakeLists commentGravatar darkf1-3/+3
2014-12-20License changeGravatar purpasmart961-2/+2
2014-11-28Fix MinGW buildGravatar darkf1-8/+15
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-3/+3
2014-09-08common: Prune all redundant includesGravatar archshift1-1/+0
2014-09-07Removed common/std_xyz, instead using the std headerGravatar archshift1-4/+2
2014-08-07Use pthread_set_name_np() on OpenBSD.Gravatar Anthony J. Bentley1-1/+3
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-2/+2
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-46/+46
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+133