Home
last modified time | relevance | path

Searched defs:resetType (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_Event.h59 inline Result EventBase::TryInitializeImpl(ResetType resetType) in TryInitializeImpl()
67 inline void EventBase::Initialize(ResetType resetType) in Initialize()
72 inline nn::Result EventBase::TryInitialize(ResetType resetType) in TryInitialize()
88 inline EventBase::EventBase(ResetType resetType) in EventBase()
153 void Initialize(ResetType resetType) { EventBase::Initialize(resetType); } in Initialize()