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.c225 bool found_thread = false; in __thread_alloc_and_run() local
235 found_thread = true; in __thread_alloc_and_run()
242 if (!found_thread) in __thread_alloc_and_run()
367 bool found_thread = false; in thread_resume_from_rpc() local
375 found_thread = true; in thread_resume_from_rpc()
380 if (!found_thread) in thread_resume_from_rpc()