index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
thread.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-06
Fix thread naming on Linux, which limits names to 15 bytes.
comex
1
-0
/
+12
2020-06-27
Clang Format.
Fernando Sahmkow
1
-15
/
+15
2020-06-27
General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.
Fernando Sahmkow
1
-0
/
+46
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
1
-0
/
+6
2020-04-01
common: Port some changes from dolphin (#5127)
Vitor K
1
-6
/
+3
2019-03-29
common/thread: Remove unused functions
Lioncash
1
-37
/
+0
2018-11-22
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
Lioncash
1
-7
/
+7
2018-11-22
common/thread: Remove SleepCurrentThread()
Lioncash
1
-11
/
+0
2018-11-22
common/thread: Remove unused CurrentThreadId()
Lioncash
1
-10
/
+0
2016-12-05
Support mingw cross-compile
Jannik Vogel
1
-1
/
+1
2016-10-28
common: only FreeBSD has thread affinity compatible with Linux
Jan Beich
1
-1
/
+5
2016-10-28
common: define routines to set thread name on more BSDs
Jan Beich
1
-2
/
+4
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+0
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-48
/
+32
2015-06-28
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
1
-4
/
+13
2014-12-30
Fix MSVC-related #defines and add CMakeLists comment
darkf
1
-3
/
+3
2014-12-21
License change
purpasmart96
1
-2
/
+2
2014-11-29
Fix MinGW build
darkf
1
-8
/
+15
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-3
/
+3
2014-09-09
common: Prune all redundant includes
archshift
1
-1
/
+0
2014-09-07
Removed common/std_xyz, instead using the std header
archshift
1
-4
/
+2
2014-08-08
Use pthread_set_name_np() on OpenBSD.
Anthony J. Bentley
1
-1
/
+3
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-2
/
+2
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-02
convert tabs to spaces
bunnei
1
-46
/
+46
2013-09-05
replaced common code with dolphin common
ShizZy
1
-0
/
+133