summaryrefslogtreecommitdiffstats
path: root/src/common/thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix tests.Fernando Sahmkow2022-06-281-2/+1
* Core/Common: Corrections to core timing and add critical priority.Fernando Sahmkow2022-06-281-4/+9
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+3
* common: Move error handling to error.cpp/hMorph2021-09-111-3/+3
* Fix thread naming on Linux, which limits names to 15 bytes.comex2020-08-061-0/+12
* Clang Format.Fernando Sahmkow2020-06-271-15/+15
* General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.Fernando Sahmkow2020-06-271-0/+46
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-0/+6
* common: Port some changes from dolphin (#5127)Vitor K2020-04-011-6/+3
* common/thread: Remove unused functionsLioncash2019-03-291-37/+0
* common/thread: Drop Hungarian notation on SetCurrentThreadName's parameterLioncash2018-11-221-7/+7
* common/thread: Remove SleepCurrentThread()Lioncash2018-11-221-11/+0
* common/thread: Remove unused CurrentThreadId()Lioncash2018-11-221-10/+0
* Support mingw cross-compileJannik Vogel2016-12-051-1/+1
* common: only FreeBSD has thread affinity compatible with LinuxJan Beich2016-10-281-1/+5
* common: define routines to set thread name on more BSDsJan Beich2016-10-281-2/+4
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-48/+32
* Common: Cleanup thread includes.Emmanuel Gil Peyrot2015-06-281-4/+13
* Fix MSVC-related #defines and add CMakeLists commentdarkf2014-12-301-3/+3
* Fix merge conflictsdarkf2014-12-301-2/+2
|\
| * License changepurpasmart962014-12-211-2/+2
* | Fix MinGW builddarkf2014-11-291-8/+15
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-3/+3
* common: Prune all redundant includesarchshift2014-09-091-1/+0
* Removed common/std_xyz, instead using the std headerarchshift2014-09-071-4/+2
* Use pthread_set_name_np() on OpenBSD.Anthony J. Bentley2014-08-081-1/+3
* fixed project includes to use new directory structurebunnei2014-04-091-2/+2
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+133