Searched refs:ThreadGetStackInfo (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unix_thread_test.cpp | 28 …int error = os::thread::ThreadGetStackInfo(os::thread::GetNativeHandle(), &stack_base, &stack_size…
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 105 int ThreadGetStackInfo(native_handle_type thread, void **stack_addr, size_t *stack_size, size_t *gu… in ThreadGetStackInfo() function
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 163 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardS… in ThreadGetStackInfo() function
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | thread.h | 154 int ThreadGetStackInfo(native_handle_type thread, void **stack_addr, size_t *stack_size, size_t *gu…
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | thread.h | 152 PANDA_PUBLIC_API int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSiz…
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine.cpp | 85 …int error = os::thread::ThreadGetStackInfo(GetCoroutineNativeHandle(), &stackAddr, &stackSize, &gu… in RetrieveStackInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 305 …int error = os::thread::ThreadGetStackInfo(os::thread::GetNativeHandle(), &stackAddr, &stackSize, … in RetrieveStackInfo()
|