Home
last modified time | relevance | path

Searched defs:current_thread (Results 1 – 5 of 5) sorted by relevance

/lk-master/kernel/
A Dthread.c206 thread_t *current_thread = get_current_thread(); in thread_create_etc() local
382 thread_t *current_thread = get_current_thread(); in thread_exit() local
472 thread_t *current_thread = get_current_thread(); in thread_resched() local
606 thread_t *current_thread = get_current_thread(); in thread_yield() local
642 thread_t *current_thread = get_current_thread(); in thread_preempt() local
706 thread_t *current_thread = get_current_thread(); in thread_timer_tick() local
749 thread_t *current_thread = get_current_thread(); in thread_sleep() local
813 thread_t *current_thread = get_current_thread(); in thread_set_name() local
823 thread_t *current_thread = get_current_thread(); in thread_set_priority() local
1061 thread_t *current_thread = get_current_thread(); in wait_queue_block() local
[all …]
/lk-master/arch/x86/
A Dfaults.c92 thread_t *current_thread; in x86_pfe_handler() local
/lk-master/arch/arm/arm/
A Dfaults.c63 struct thread *current_thread = get_current_thread(); in dump_fault_frame() local
/lk-master/arch/arm64/
A Dthread.c43 thread_t *current_thread = get_current_thread(); in initial_thread_func() local
/lk-master/kernel/vm/
A Dvmm.c659 thread_t *current_thread = get_current_thread(); in vmm_free_aspace() local

Completed in 8 milliseconds