Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp42 struct StackBufferAdapter struct
44 uptr stackBottom;
45 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() argument
46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
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.cpp42 struct StackBufferAdapter struct
44 uptr stackBottom;
45 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
Dos_ManagedThread.cpp70 struct StackBufferAdapter struct
72 uptr stackBottom;
73 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function
74 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()