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
/
Event.h
Age
Commit message (
Expand
)
Author
2025-04-21
IOS: Only have one USBScanner
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-04-06
Minor changes to usages of std::condition_variable.
Jordan Woyak
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-13
Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)
EmptyChaos
2015-09-03
[windows] remove various workarounds which were required for vs2013
Shawn Hoffman
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-08-17
Add Common::Event::WaitFor(), which has the same semantics as std::condition_...
Shawn Hoffman
2014-08-16
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
Lioncash
2014-04-14
Common::Event: Add a faster Windows specific implementation based on the conc...
Pierre Bourdon
2014-04-14
Common::Event: Implement in terms of Common::Flag to get rid of a volatile an...
Pierre Bourdon
2014-04-14
Common: Move the Event class to a separate file, and add tests for it. Fix in...
Pierre Bourdon