summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_writable_event.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.bunnei2021-06-071-2/+2
| | | | - Fixes some crashes introduced by our common intrusive red/black tree impl.
* kernel: Eliminate variable shadowingLioncash2021-05-081-1/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-5/+13
|
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-24/+10
|
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-0/+41