Home
last modified time | relevance | path

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

/trusty/device/arm/generic-arm64/project/qemu/
Dlldbinit3 breakpoint set -n trusty_thread_start -C trusty_thread_start_hook
/trusty/kernel/lib/trusty/
Dtrusty_app.c527 static status_t trusty_thread_start(struct trusty_thread* trusty_thread) { in trusty_thread_start() function
1763 ret = trusty_thread_start(trusty_app->thread); in trusty_app_start()