Searched refs:_thread_base (Results 1 – 7 of 7) sorted by relevance
43 struct _thread_base { struct121 typedef struct _thread_base _thread_base_t; argument203 struct _thread_base base;
48 [THREAD_INFO_OFFSET_T_STATE] = offsetof(struct _thread_base,50 [THREAD_INFO_OFFSET_T_USER_OPTIONS] = offsetof(struct _thread_base,52 [THREAD_INFO_OFFSET_T_PRIO] = offsetof(struct _thread_base, prio),
40 static inline void z_init_thread_timeout(struct _thread_base *thread_base) in z_init_thread_timeout()
5589 extern void z_init_thread_base(struct _thread_base *thread_base,
26 struct _thread_base thread; /* dummy thread object */
35 struct _thread_base thread; /* Dummy thread object */
766 void z_init_thread_base(struct _thread_base *thread_base, int priority, in z_init_thread_base()