Home
last modified time | relevance | path

Searched refs:THREAD_STATE_FREE (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/kernel/
H A Dthread_private.h20 THREAD_STATE_FREE, enumerator
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c242 if (threads[n].state == THREAD_STATE_FREE) { in __thread_alloc_and_run()
407 threads[ct].state = THREAD_STATE_FREE; in thread_state_free()
H A Dthread_optee_abi.c314 if (threads[n].state != THREAD_STATE_FREE) { in thread_disable_prealloc_rpc_cache()
355 if (threads[n].state != THREAD_STATE_FREE) { in thread_enable_prealloc_rpc_cache()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c313 if (threads[n].state != THREAD_STATE_FREE) { in thread_disable_prealloc_rpc_cache()
354 if (threads[n].state != THREAD_STATE_FREE) { in thread_enable_prealloc_rpc_cache()
H A Dthread.c233 if (threads[n].state == THREAD_STATE_FREE) { in __thread_alloc_and_run()
463 threads[ct].state = THREAD_STATE_FREE; in thread_state_free()
/optee_os/core/kernel/
H A Dthread.c386 threads[l->curr_thread].state = THREAD_STATE_FREE; in thread_clr_boot_thread()