Home
last modified time | relevance | path

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

/lk-master/arch/arm/include/arch/
A Darch_ops.h128 extern struct thread *_current_thread;
131 return _current_thread; in arch_get_current_thread()
135 _current_thread = t; in arch_set_current_thread()
187 extern struct thread *_current_thread;
190 return _current_thread;
194 _current_thread = t;
/lk-master/arch/microblaze/include/arch/
A Darch_ops.h53 extern struct thread *_current_thread;
56 return _current_thread; in arch_get_current_thread()
60 _current_thread = t; in arch_set_current_thread()
/lk-master/arch/m68k/include/arch/
A Darch_ops.h34 extern struct thread *_current_thread;
37 return _current_thread; in arch_get_current_thread()
41 _current_thread = t; in arch_set_current_thread()
/lk-master/arch/mips/include/arch/
A Darch_ops.h44 extern struct thread *_current_thread;
47 return _current_thread; in arch_get_current_thread()
51 _current_thread = t; in arch_set_current_thread()
/lk-master/arch/arm/arm-m/
A Dthread.c96 thread_t *_current_thread; variable
102 …LTRACEF("thread %p calling %p with arg %p\n", _current_thread, _current_thread->entry, _current_th… in initial_thread_func()
104 dump_thread(_current_thread); in initial_thread_func()
111 ret = _current_thread->entry(_current_thread->arg); in initial_thread_func()
113 LTRACEF("thread %p exiting with %d\n", _current_thread, ret); in initial_thread_func()
151 LTRACEF("preempting thread %p (%s)\n", _current_thread, _current_thread->name); in pendsv()
/lk-master/arch/x86/include/arch/
A Darch_ops.h60 extern struct thread *_current_thread;
63 return _current_thread; in arch_get_current_thread()
67 _current_thread = t; in arch_set_current_thread()
/lk-master/arch/or1k/include/arch/
A Darch_ops.h70 extern struct thread *_current_thread;
73 return _current_thread; in arch_get_current_thread()
77 _current_thread = t; in arch_set_current_thread()
/lk-master/arch/x86/
A Dthread.c21 struct thread *_current_thread; variable
31 ret = _current_thread->entry(_current_thread->arg); in initial_thread_func()
/lk-master/arch/mips/
A Dthread.c18 struct thread *_current_thread; variable
/lk-master/arch/m68k/
A Dthread.c18 struct thread *_current_thread; variable
/lk-master/arch/or1k/
A Dthread.c19 struct thread *_current_thread; variable
/lk-master/arch/riscv/
A Dthread.c19 struct thread *_current_thread; variable
/lk-master/arch/microblaze/
A Dthread.c18 struct thread *_current_thread; variable
/lk-master/kernel/
A Dthread.c1279 .current_thread_ptr = &_current_thread,

Completed in 10 milliseconds