Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_Default.cpp80 virtual void Destruct(void* pStackBottom, bool isError) in Destruct() argument
84 FreeStack(reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom)); in Destruct()
92 …InvokeOnOtherStack(m_DestructorStack.GetStackBottom(), &FreeStack, pStackBottom, __return_address(… in Destruct()
103 static void FreeStack(void* pStackBottom) in FreeStack() argument
105 … nnosStackMemoryBlock* pBlockOnStack = reinterpret_cast<nnosStackMemoryBlock*>(pStackBottom); in FreeStack()
Dos_Thread.cpp96 void* pStackBottom; member
145 asm void Thread::CallDestructorAndExit(void* pStackBottom NN_IS_UNUSED_VAR) in CallDestructorAndExit()
180 CallDestructorAndExit(info.pStackBottom); in ThreadStart()
211 info.pStackBottom = reinterpret_cast<void*>(stackBottom); in TryInitializeAndStartImpl()
249 void* pStackBottom = s_pAutoStackManager->Construct(stackSize); in TryInitializeAndStartImplUsingAutoStack() local
250 uptr stack = reinterpret_cast<uptr>(pStackBottom); in TryInitializeAndStartImplUsingAutoStack()
256 s_pAutoStackManager->Destruct(pStackBottom, true); in TryInitializeAndStartImplUsingAutoStack()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_Thread.h178 virtual void Destruct(void* pStackBottom, bool isError) = 0;
674 static void CallDestructorAndExit(void* pStackBottom);