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_queue_list.h
Age
Commit message (
Expand
)
Author
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2019-03-16
common/thread_queue_list: Remove unnecessary dependency on boost
Lioncash
2018-11-22
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
Zach Hilman
2018-11-18
svc: Implement yield types 0 and -1
Zach Hilman
2018-08-12
thread_queue_list: Make contains() and get_first() const member functions
Lioncash
2018-08-12
thread_queue_list: Convert typedef to a type alias
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
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-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-09
Thread: Implement priority boost for starved threads.
bunnei
2015-01-07
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-05-15
added ThreadQueueList class to common (taken from PPSSPP)
bunnei