Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c130 static void insert_in_run_queue_tail(thread_t *t) in insert_in_run_queue_tail() function
1042 insert_in_run_queue_tail(current_thread); in thread_yield()
1091insert_in_run_queue_tail(current_thread); /* if we're out of quantum, go to the tail of the queue … in thread_preempt_inner()