Home
last modified time | relevance | path

Searched refs:_thread_base (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-2.7.6/include/kernel/
Dthread.h43 struct _thread_base { struct
121 typedef struct _thread_base _thread_base_t; argument
203 struct _thread_base base;
/Zephyr-Core-2.7.6/subsys/debug/
Dthread_info.c48 [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),
/Zephyr-Core-2.7.6/include/
Dtimeout_q.h40 static inline void z_init_thread_timeout(struct _thread_base *thread_base) in z_init_thread_timeout()
Dkernel.h5589 extern void z_init_thread_base(struct _thread_base *thread_base,
/Zephyr-Core-2.7.6/kernel/
Dmailbox.c26 struct _thread_base thread; /* dummy thread object */
Dpipes.c35 struct _thread_base thread; /* Dummy thread object */
Dthread.c766 void z_init_thread_base(struct _thread_base *thread_base, int priority, in z_init_thread_base()