19 #ifndef _COBALT_IPIPE_THREAD_INFO_H 20 #define _COBALT_IPIPE_THREAD_INFO_H 23 struct cobalt_process;
25 struct ipipe_threadinfo {
27 struct xnthread *thread;
29 struct cobalt_process *process;
32 static inline void __ipipe_init_threadinfo(
struct ipipe_threadinfo *p)