summaryrefslogtreecommitdiff
path: root/src/common/thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-3/+3
* common: Move error handling to error.cpp/hGravatar Morph2021-09-111-3/+3
* Fix thread naming on Linux, which limits names to 15 bytes.Gravatar comex2020-08-051-0/+12
* Clang Format.Gravatar Fernando Sahmkow2020-06-271-15/+15
* General: Tune the priority of main emulation threads so they have higher prio...Gravatar Fernando Sahmkow2020-06-271-0/+46
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-0/+6
* common: Port some changes from dolphin (#5127)Gravatar Vitor K2020-04-011-6/+3
* common/thread: Remove unused functionsGravatar Lioncash2019-03-291-37/+0
* common/thread: Drop Hungarian notation on SetCurrentThreadName's parameterGravatar Lioncash2018-11-221-7/+7
* common/thread: Remove SleepCurrentThread()Gravatar Lioncash2018-11-211-11/+0
* common/thread: Remove unused CurrentThreadId()Gravatar Lioncash2018-11-211-10/+0
* Support mingw cross-compileGravatar Jannik Vogel2016-12-051-1/+1
* common: only FreeBSD has thread affinity compatible with LinuxGravatar Jan Beich2016-10-271-1/+5
* common: define routines to set thread name on more BSDsGravatar Jan Beich2016-10-271-2/+4
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-48/+32
* Common: Cleanup thread includes.Gravatar Emmanuel Gil Peyrot2015-06-281-4/+13
* Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-291-3/+3
* Fix merge conflictsGravatar darkf2014-12-291-2/+2
|\
| * License changeGravatar purpasmart962014-12-201-2/+2
* | Fix MinGW buildGravatar darkf2014-11-281-8/+15
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-3/+3
* common: Prune all redundant includesGravatar archshift2014-09-081-1/+0
* Removed common/std_xyz, instead using the std headerGravatar archshift2014-09-071-4/+2
* Use pthread_set_name_np() on OpenBSD.Gravatar Anthony J. Bentley2014-08-071-1/+3
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-2/+2
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+133