Merge pull request #9364 from gschorcht/thread_arch
core: add architecture dependent thread information
This commit is contained in:
commit
2d27b32567
@ -209,6 +209,9 @@ struct _thread {
|
|||||||
const char *name; /**< thread's name */
|
const char *name; /**< thread's name */
|
||||||
int stack_size; /**< thread's stack size */
|
int stack_size; /**< thread's stack size */
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_THREAD_ARCH_T
|
||||||
|
thread_arch_t arch; /**< architecture dependent part */
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user