Reverted name change for macro THREAD_EXT_FIELDS.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2210 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
120a8fe256
commit
efdf9a658b
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
struct { \
|
struct { \
|
||||||
/* Add threads custom fields here.*/ \
|
/* Add threads custom fields here.*/ \
|
||||||
/* Space for the LWIP sys_timeouts structure.*/ \
|
/* Space for the LWIP sys_timeouts structure.*/ \
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -162,7 +162,7 @@ struct Thread {
|
||||||
#endif
|
#endif
|
||||||
#if defined(THREAD_EXT_FIELDS_HOOK)
|
#if defined(THREAD_EXT_FIELDS_HOOK)
|
||||||
/* Extra fields defined in chconf.h.*/
|
/* Extra fields defined in chconf.h.*/
|
||||||
THREAD_EXT_FIELDS_HOOK
|
THREAD_EXT_FIELDS
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -434,8 +434,8 @@
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure hook.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -431,11 +431,11 @@
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads descriptor structure hook.
|
* @brief Threads descriptor structure extension.
|
||||||
* @details User fields added to the end of the @p Thread structure.
|
* @details User fields added to the end of the @p Thread structure.
|
||||||
*/
|
*/
|
||||||
#if !defined(THREAD_EXT_FIELDS_HOOK) || defined(__DOXYGEN__)
|
#if !defined(THREAD_EXT_FIELDS) || defined(__DOXYGEN__)
|
||||||
#define THREAD_EXT_FIELDS_HOOK \
|
#define THREAD_EXT_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue