Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dthread_private.h21 THREAD_STATE_SUSPENDED, enumerator
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c347 if (n < CFG_NUM_THREADS && threads[n].state == THREAD_STATE_SUSPENDED) { in thread_resume_from_rpc()
441 threads[ct].state = THREAD_STATE_SUSPENDED; in thread_state_suspend()
/optee_os/core/arch/arm/kernel/
H A Dthread.c373 if (n < CFG_NUM_THREADS && threads[n].state == THREAD_STATE_SUSPENDED) { in thread_resume_from_rpc()
526 threads[ct].state = THREAD_STATE_SUSPENDED; in thread_state_suspend()