Home
last modified time | relevance | path

Searched refs:StackBufferAdapter (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_ThreadPool.cpp58 struct StackBufferAdapter struct
61 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() argument
77 StackBufferAdapter stack(stackBottom); in StartExecuteThread()
249 StackBufferAdapter stack(stackBottom); in Initialize()
Dos_Thread.cpp34 struct StackBufferAdapter struct
37 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
293 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart()
300 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart()