Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 4 of 4) sorted by relevance

/lk-master/kernel/include/kernel/
A Dthread.h72 typedef struct thread { struct
74 struct list_node thread_list_node; argument
79 enum thread_state state; argument
95 struct arch_thread arch; argument
102 thread_start_routine entry; argument
109 /* thread local storage */ argument
127 /* thread priority */ argument
A Ddebug.h50 #define KEVLOG_THREAD_PREEMPT(thread) kernel_evlog_add(KERNEL_EVLOG_PREEMPT, (uintptr_t)thread, 0) argument
/lk-master/arch/arm64/include/arch/
A Darm64.h65 static inline void arm64_fpu_pre_context_switch(struct thread *thread) { in arm64_fpu_pre_context_switch()
/lk-master/kernel/
A Dthread.c1024 thread_t *thread = (thread_t *)arg; in wait_queue_timeout_handler() local

Completed in 6 milliseconds