index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
thread.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2023-10-20
common: use SetThreadDescription API for thread names
Liam
2022-06-28
Core: Fix tests.
Fernando Sahmkow
2022-06-28
Core/Common: Corrections to core timing and add critical priority.
Fernando Sahmkow
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2021-09-11
common: Move error handling to error.cpp/h
Morph
2020-08-05
Fix thread naming on Linux, which limits names to 15 bytes.
comex
2020-06-27
Clang Format.
Fernando Sahmkow
2020-06-27
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-01
common: Port some changes from dolphin (#5127)
Vitor K
2019-03-29
common/thread: Remove unused functions
Lioncash
2018-11-22
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
Lioncash
2018-11-21
common/thread: Remove SleepCurrentThread()
Lioncash
2018-11-21
common/thread: Remove unused CurrentThreadId()
Lioncash
2016-12-05
Support mingw cross-compile
Jannik Vogel
2016-10-27
common: only FreeBSD has thread affinity compatible with Linux
Jan Beich
2016-10-27
common: define routines to set thread name on more BSDs
Jan Beich
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-06-28
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2014-12-29
Fix MSVC-related #defines and add CMakeLists comment
darkf
2014-12-29
Fix merge conflicts
darkf
2014-12-20
License change
purpasmart96
2014-11-28
Fix MinGW build
darkf
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-09-08
common: Prune all redundant includes
archshift
2014-09-07
Removed common/std_xyz, instead using the std header
archshift
2014-08-07
Use pthread_set_name_np() on OpenBSD.
Anthony J. Bentley
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei