Searched refs:ThreadGetStackInfo (Results 1 – 4 of 4) 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 | 118 int ThreadGetStackInfo(native_handle_type thread, void **stack_addr, size_t *stack_size, size_t *gu… in ThreadGetStackInfo() function
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | thread.h | 147 int ThreadGetStackInfo(native_handle_type thread, void **stack_addr, size_t *stack_size, size_t *gu…
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread.cpp | 282 …int error = os::thread::ThreadGetStackInfo(os::thread::GetNativeHandle(), &stack_base, &stack_size… in InitForStackOverflowCheck()
|