Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/os/
Dos_ThreadPool.cpp58 struct StackBufferAdapter struct
60 uptr stackBottom;
61 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
Dos_Thread.cpp36 struct StackBufferAdapter struct
38 uptr stackBottom;
39 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() argument
40 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()