Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread/public/pw_thread/
H A Dthread_info.h37 return get_stack_info_ptr(kStackLowAddress); in stack_low_addr()
47 return get_stack_info_ptr(kStackHighAddress); in stack_high_addr()
57 return get_stack_info_ptr(kStackPointer); in stack_pointer()
67 return get_stack_info_ptr(kStackPeakAddress); in stack_peak_addr()
98 constexpr std::optional<uintptr_t> get_stack_info_ptr( in get_stack_info_ptr() function