index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Thread.cpp
Age
Commit message (
Expand
)
Author
2023-04-29
Fix building on OpenBSD
Brad Smith
2023-02-28
Jit: Don't use a second stack
JosJuice
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-15
Add NetBSD support
David Carlier
2020-08-22
windows: additionally set thread name via SetThreadDescription
Shawn Hoffman
2017-06-07
fix various instances of -1 being assigned to unsigned types
Shawn Hoffman
2017-03-27
Initial support for Haiku.
Augustin Cavalier
2017-01-23
Add includes for building on Windows without PCH
Michael Maltese
2016-07-17
OpenBSD uses pthread_set_name_np() to set the name of a thread.
Anthony J. Bentley
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-27
Thread: Limit thread name to 15 bytes on linux.
degasus
2016-01-21
A few more asterisks, mostly casts
mathieui
2015-09-04
Fix building with PCH disabled.
Rohit Nirmal
2015-06-13
Fix FreeBSD build
Jeffrey Pfau
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-12
JitRegister: fix VTune integration
Tillmann Karras
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-04
Common: Remove unused header from Thread.cpp
lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre