Searched refs:_thread_base (Results 1 – 7 of 7) sorted by relevance
58 struct _thread_base { struct152 typedef struct _thread_base _thread_base_t; argument263 struct _thread_base base;
51 [THREAD_INFO_OFFSET_T_STATE] = offsetof(struct _thread_base,53 [THREAD_INFO_OFFSET_T_USER_OPTIONS] = offsetof(struct _thread_base,55 [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()
31 void z_init_thread_base(struct _thread_base *thread_base, int priority,
31 static struct _thread_base dummy_thread[CONFIG_BENCHMARK_NUM_THREADS];
32 struct _thread_base thread; /* dummy thread object */
743 void z_init_thread_base(struct _thread_base *thread_base, int priority, in z_init_thread_base()