Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_ThreadPool.cpp57 struct StackBufferAdapter struct
59 uptr stackBottom;
60 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
61 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
Dos_Thread.cpp33 struct StackBufferAdapter struct
35 uptr stackBottom;
36 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
37 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()