Home
last modified time | relevance | path

Searched refs:curr_thread (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dthread.c383 int ct = l->curr_thread; in get_stackcheck_recursion_flag()
523 l->curr_thread = 0; in thread_init_boot_thread()
531 assert(l->curr_thread >= 0 && l->curr_thread < CFG_NUM_THREADS); in thread_clr_boot_thread()
563 l->curr_thread = n; in __thread_alloc_and_run()
693 l->curr_thread = n; in thread_resume_from_rpc()
741 int ct = l->curr_thread; in thread_get_saved_thread_sp()
770 int ct = l->curr_thread; in get_stack_limits()
838 int ct = l->curr_thread; in thread_state_free()
889 int ct = l->curr_thread; in thread_state_suspend()
981 short int ct = l->curr_thread; in thread_get_id_may_fail()
[all …]
A Dasm-defines.c110 offsetof(struct thread_core_local, curr_thread));
A Dboot.c1255 thread_get_core_local()->curr_thread = 0; in init_primary()
1265 thread_get_core_local()->curr_thread = -1; in init_primary()
/optee_os/core/arch/arm/include/kernel/
A Dthread.h46 short int curr_thread; member

Completed in 11 milliseconds