Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_zephyr/
H A Dthread_iteration.cc34 thread_info.set_stack_pointer(thread->stack_info.start + in zephyr_adapter()
/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dthread_iteration.cc40 thread_info.set_stack_pointer(reinterpret_cast<uintptr_t>(tcb.pxTopOfStack)); in StackInfoCollector()
/aosp_15_r20/external/pigweed/pw_thread/public/pw_thread/
H A Dthread_info.h60 void set_stack_pointer(uintptr_t val) { in set_stack_pointer() function