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.h
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-06-22
general: remove atomic signal and wait
Liam
2022-12-06
general: improve handling of system startup failure
Liam
2022-08-02
Make coretiming waiting more accurate
Kelebek1
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
2022-04-07
common: Replace lock_guard with scoped_lock
Merry
2020-08-26
common/thread: Fix data race in is_set
ReinUsesLisp
2020-06-27
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-18
Tests: Add base tests to host timing
Fernando Sahmkow
2020-01-23
Address second part of review comments
FearlessTobi
2020-01-23
Input: UDP Client to provide motion and touch controls
fearlessTobi
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-29
common/thread: Remove unused functions
Lioncash
2018-11-21
common/thread: Make Barrier's 'count' member non-const
Lioncash
2018-11-21
common/thread: Initialize class member variables where applicable
Lioncash
2018-11-21
common/thread: Group non-member functions together
Lioncash
2018-11-21
common/thread: Remove SleepCurrentThread()
Lioncash
2018-11-21
common/thread: Remove unused CurrentThreadId()
Lioncash
2018-09-22
common/thread: remove YieldCPU()
Weiyi Wang
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-04-19
common/thread: Remove unnecessary feature checking for thread_local
Lioncash
2016-12-26
Common::Event: add WaitUntil
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-14
Thread: Make Barrier reusable
MerryMage
2016-04-14
common/thread: Correct code style
MerryMage
2015-06-28
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-16
Common: thread.h cleanups
Yuri Kunde Schlesner
2015-03-01
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
New logging system
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
Remove extraneous semicolons
Lioncash
2014-09-07
Removed common/std_xyz, instead using the std header
archshift
2014-08-17
Common: Move remaining C header includes over to their C++ equivalent
Lioncash
2014-08-17
Common: Move header guards over to pragma once
Lioncash
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