Home
last modified time | relevance | path

Searched defs:ProcessStackActive (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/
H A Dutil_test.cc83 TEST(ProcessStackActive, HandlerModeMain) { in TEST() argument
93 TEST(ProcessStackActive, ThreadModeMain) { in TEST() argument
103 TEST(ProcessStackActive, ThreadModeProcess) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/
H A Dutil.h33 inline bool ProcessStackActive(const pw_cpu_exception_State& cpu_state) { in ProcessStackActive() function