Home
last modified time | relevance | path

Searched refs:ThreadGetStackInfo (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dunix_thread_test.cpp28 …int error = os::thread::ThreadGetStackInfo(os::thread::GetNativeHandle(), &stack_base, &stack_size…
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp105 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/
Dthread.cpp163 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardS… in ThreadGetStackInfo() function
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h154 int ThreadGetStackInfo(native_handle_type thread, void **stack_addr, size_t *stack_size, size_t *gu…
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dthread.h152 PANDA_PUBLIC_API int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSiz…
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine.cpp85 …int error = os::thread::ThreadGetStackInfo(GetCoroutineNativeHandle(), &stackAddr, &stackSize, &gu… in RetrieveStackInfo()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp305 …int error = os::thread::ThreadGetStackInfo(os::thread::GetNativeHandle(), &stackAddr, &stackSize, … in RetrieveStackInfo()