Searched refs:curr_thread (Results 1 – 6 of 6) sorted by relevance
217 int ct = l->curr_thread; in get_stackcheck_recursion_flag()260 l->curr_thread = 0; in thread_init_boot_thread()268 assert(l->curr_thread >= 0 && l->curr_thread < CFG_NUM_THREADS); in thread_clr_boot_thread()271 l->curr_thread = THREAD_ID_INVALID; in thread_clr_boot_thread()309 int ct = l->curr_thread; in get_stack_limits()376 short int ct = l->curr_thread; in thread_get_id_may_fail()463 tcl[n].curr_thread = THREAD_ID_INVALID; in thread_init_thread_core_local()511 assert(l->curr_thread != THREAD_ID_INVALID); in thread_get_ctx_regs()512 return &threads[l->curr_thread].regs; in thread_get_ctx_regs()526 threads[l->curr_thread].flags |= in thread_set_foreign_intr()[all …]
227 assert(l->curr_thread == THREAD_ID_INVALID); in __thread_alloc_and_run()244 l->curr_thread = n; in __thread_alloc_and_run()368 assert(l->curr_thread == THREAD_ID_INVALID); in thread_resume_from_rpc()382 l->curr_thread = n; in thread_resume_from_rpc()417 int ct = l->curr_thread; in thread_get_saved_thread_sp()434 int ct = l->curr_thread; in thread_state_free()448 l->curr_thread = THREAD_ID_INVALID; in thread_state_free()485 int ct = l->curr_thread; in thread_state_suspend()519 l->curr_thread = THREAD_ID_INVALID; in thread_state_suspend()
135 offsetof(struct thread_core_local, curr_thread));
1331 thread_get_core_local()->curr_thread = 0; in init_primary()1341 thread_get_core_local()->curr_thread = -1; in init_primary()
25 short int curr_thread; member
55 short int curr_thread; member
Completed in 12 milliseconds