Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c234 bool found_thread = false; in __thread_alloc_and_run() local
244 found_thread = true; in __thread_alloc_and_run()
251 if (!found_thread) in __thread_alloc_and_run()
341 bool found_thread = false; in thread_resume_from_rpc() local
349 found_thread = true; in thread_resume_from_rpc()
354 if (!found_thread) in thread_resume_from_rpc()
/optee_os/core/arch/arm/kernel/
H A Dthread.c226 bool found_thread = false; in __thread_alloc_and_run() local
236 found_thread = true; in __thread_alloc_and_run()
243 if (!found_thread) in __thread_alloc_and_run()
384 bool found_thread = false; in thread_resume_from_rpc() local
392 found_thread = true; in thread_resume_from_rpc()
397 if (!found_thread) in thread_resume_from_rpc()