Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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.cpp36 struct StackBufferAdapter struct
39 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
311 StackBufferAdapter stack(stackBottom); in nnosThreadInitializeAndStart()
318 StackBufferAdapter stack(stackBottom); in nnosThreadTryInitializeAndStart()