Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dthread_private.h19 THREAD_STATE_FREE, enumerator
A Dthread_optee_smc.c237 if (threads[n].state != THREAD_STATE_FREE) { in thread_disable_prealloc_rpc_cache()
278 if (threads[n].state != THREAD_STATE_FREE) { in thread_enable_prealloc_rpc_cache()
A Dthread.c533 threads[l->curr_thread].state = THREAD_STATE_FREE; in thread_clr_boot_thread()
551 if (threads[n].state == THREAD_STATE_FREE) { in __thread_alloc_and_run()
850 threads[ct].state = THREAD_STATE_FREE; in thread_state_free()

Completed in 7 milliseconds