Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/debug/
Ddebug.c64 if (curr && thread_get_flag_exit_on_panic(curr)) { in _panic()
/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h348 static inline bool thread_get_flag_exit_on_panic(thread_t *t) in thread_get_flag_exit_on_panic() function