Home
last modified time | relevance | path

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

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