Searched defs:thread (Results 1 – 4 of 4) sorted by relevance
72 typedef struct thread { struct74 struct list_node thread_list_node; argument79 enum thread_state state; argument95 struct arch_thread arch; argument102 thread_start_routine entry; argument109 /* thread local storage */ argument127 /* thread priority */ argument
50 #define KEVLOG_THREAD_PREEMPT(thread) kernel_evlog_add(KERNEL_EVLOG_PREEMPT, (uintptr_t)thread, 0) argument
65 static inline void arm64_fpu_pre_context_switch(struct thread *thread) { in arm64_fpu_pre_context_switch()
1024 thread_t *thread = (thread_t *)arg; in wait_queue_timeout_handler() local
Completed in 6 milliseconds