Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_ContinuationIterator.h49 …static bit32 CallOnOtherStack(nn::os::Context& context, uptr sp, void* f) { return CallOnOtherStac… in CallOnOtherStack() function
50 …static bit32 CallOnOtherStack(nn::os::Context& context, uptr sp, void* f, bit32 arg0) { return Cal… in CallOnOtherStack() function
51 static bit32 CallOnOtherStack(uptr sp, void* f) { return CallOnOtherStack(sp, f, 0); } in CallOnOtherStack() function
52 …static bit32 CallOnOtherStack(uptr sp, void* f, bit32 arg0) { Context c; return CallOnOtherStack(c… in CallOnOtherStack() function