mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
kern: Skeleton KSynchronizationObject
This commit is contained in:
parent
2faf3d33b5
commit
7d6b16d7fb
6 changed files with 350 additions and 16 deletions
|
@ -183,7 +183,7 @@ namespace ams::util {
|
|||
}
|
||||
};
|
||||
public:
|
||||
IntrusiveListImpl() : root_node() { /* ... */ }
|
||||
constexpr IntrusiveListImpl() : root_node() { /* ... */ }
|
||||
|
||||
/* Iterator accessors. */
|
||||
iterator begin() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue