Home
last modified time | relevance | path

Searched refs:pStackBottom (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_Default.cpp64 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument
68 FreeStack(reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom)); in Destruct()
76 …InvokeOnOtherStack(m_DestructorStack.GetStackBottom(), &FreeStack, pStackBottom, __return_address(… in Destruct()
81 static void FreeStack(void* pStackBottom) in FreeStack() argument
83 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom); in FreeStack()
Dos_Thread.cpp95 void* pStackBottom; member
144 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit()
179 CallDestructorAndExit(info.pStackBottom); in ThreadStart()
210 info.pStackBottom = reinterpret_cast<void*>(stackBottom); in TryInitializeAndStartImpl()
248 void* pStackBottom = s_pAutoStackManager->Construct(stackSize); in TryInitializeAndStartImplUsingAutoStack() local
249 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack()
255 s_pAutoStackManager->Destruct(pStackBottom, true); in TryInitializeAndStartImplUsingAutoStack()
/CTR-SDK-0.13.2/include/nn/os/
Dos_Thread.h170 virtual void Destruct(void* pStackBottom, bool isError) = 0;
666 static void CallDestructorAndExit(void* pStackBottom);