Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/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.cpp34 struct StackBufferAdapter struct
36 uptr stackBottom;
37 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() argument
38 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()