Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h258 static inline struct trusty_thread* current_trusty_thread(void) { in current_trusty_thread() function
263 struct trusty_thread* trusty_thread = current_trusty_thread(); in current_trusty_app()
/trusty/kernel/lib/trusty/
Ductx.c521 LTRACEF("[%p][%d]: ret = %d\n", current_trusty_thread(), result.id, ret); in _wait_for_uevent()
535 LTRACEF("[%p][%d]: %d msec\n", current_trusty_thread(), handle_id, in sys_wait()
561 LTRACEF("[%p]: %d msec\n", current_trusty_thread(), timeout_msecs); in sys_wait_any()
586 LTRACEF("[%p][%d]\n", current_trusty_thread(), old_handle_id); in sys_dup()
611 LTRACEF("[%p][%d]\n", current_trusty_thread(), handle_id); in sys_close()
626 LTRACEF("[%p][%d]: cookie = 0x%08x\n", current_trusty_thread(), handle_id, in sys_set_cookie()
Dtrusty_app.c506 struct trusty_thread* trusty_thread = current_trusty_thread(); in trusty_thread_startup()
534 struct trusty_thread* trusty_thread = current_trusty_thread(); in trusty_thread_exit()